I
I
Ivan Karabadzhak2011-12-24 17:03:43
linux
Ivan Karabadzhak, 2011-12-24 17:03:43

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

4 answer(s)
S
Sergey Aganezov, 2011-12-24
@Karde

Swing

L
Lihonosov, 2011-12-24
@Lihonosov

It is worth considering another SWT . And Rich Client Platform .

M
milky_cookie, 2011-12-24
@milky_cookie

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

M
MikeMirzayanov, 2011-12-24
@MikeMirzayanov

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 question

Ask a Question

731 491 924 answers to any question