Answer the question
In order to leave comments, you need to log in
What to use for Java GUI application?
It is necessary to create an application in Java, a GUI for the desktop (which would run on Windows / Linux). The goal is self-learning. Which framework is better to learn AWT or Swing?
Or suggest your own.
I'm using Java 7, NetBeans.
Answer the question
In order to leave comments, you need to log in
The best thing, of course, is to learn Swing. Thus, several birds with one stone are killed at once - an understanding of ActionListeners comes, drawing directly graphics in the application, and it is an add-on over AWT, which makes it more beautiful
Have a look at javabuilders . It works on top of Swing, allows you to declaratively mark up the UI through yaml - such files can play the role of a view, and in Java code you get a controller (like MVC turns out), it has a convenient MigLayout. There is a detailed PDF Book .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question