More of a wiki list/collection, I'm looking for a list of good Java desktop apps. I've added a couple below to get started. Please list the framework/widget toolkit being used if it's know as well.
I'm a Java beginner.
I already created a simple GUI application that display will "hello world" label.
But, how can I create an installer from .java or .jar for windows.
Let's say that I have created a useful application and …
I have developed many desktop applications in Swing, even those a bit more complex, with Hibernate and Spring integration. I found out that many things repeats and should be done quickly and in convenient way, like application lifecycle, logging, alerts, …
I have this problem on how to show data from my database using JTable of Java Swing Controls. I just drag and drop the table from the palette in the JForm.
I have no Idea how to code it.