1
vote
2answers
457 views
How to convert a Swing Application to an Applet?
I created a desktop application with Swing Application Framework, now how can I convert it to an applet? The main class extends SingleFrameApplication.
EDITED: This is the starting class, used …
1
vote
5answers
440 views
Is there a better Java application framework than Swing?
I'm planning to work on some hobby Java projects. I've done some small-scale projects, so I'm familiar with the language itself and building a GUI with Swing. I'd like to make my work a little less …
