Large Swing applet example
Does anybody know a good example of a large/complex applet based on Swing? I would like to compare its performance with JavaScript-based solutions (GWT, Vaadin, etc.)开发者_如何转开发.
Swingset2
is quite comprehensive. It can be run either as an applet or a java-web-start application. Here's a link to the earlier SwingSet2 applet.
These are not overly complex but here's a couple you can consider
- An image processing application
- A digital High Pass Filter simulator
精彩评论