Java GUI programming for Windows?

What is the best approach for building graphical applications for Windows with Java?

Is it AWT and Swing ? Or is it out of date?

+3
source share
4 answers

If you are starting from scratch and have no experience anyway, I suggest taking a look at JavaFX . This Oracle declarative user interface is similar to XAML and Flex. I believe that this will ultimately surpass AWT, Swing and SWT.

While Swing can spread when using Java, more often than not it leads to a slow and cumbersome user experience. I can’t suggest using Swing.

Why JavaFX

  • ; Java-. , Java.
  • -, , MVVM, MVC ..
  • .
  • . -, Swing.

:

JavaFX Scene Builder

, OS X Linux , Swing.

+4

AWT . Swing. , GUI-Builders Swing.

: , : " AWT ". , , .

+2

GUI Java Swing SWT. Swing JDK, . Java GUI (- Visual Basic), Eclipse IDE WindowBuilder NetBeans IDE.

+2

Swing - , , AWT; , .

See also - Oracle Swing Tutorial .

0
source

All Articles