Tagged Questions
The appframework tag has no wiki summary.
2
votes
2answers
3k 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
3answers
820 views
Injecting Maven project information into Swing Application Framework resources?
I have a Maven project using the Swing Application Framework and would like to inject project information from the pom.xml into my application's global resources to avoid duplication.
The base ...
0
votes
3answers
158 views
Java application code structure
My Java application is not very big, but I would like to do it the "right way". Looking for suggestions to not make a big mess...
I am using Swing, the Swing Application Framework and H2 database.
...