Java AWT or Swing to create a GUI?

I need to make a pretty simple graphical interface for the server monitoring process. It will have several tabs that will lead to the shank of the log, resource calculations and start and top management. Nothing special here. What Java, AWT or Swing structure makes sense for something so simple.

+3
source share
6 answers

Swing is the way to go. This is a cleaner programming interface and looks better.

+16
source

Use Swing or SWT since AWT has no built-in tabs.

Java 6 Update 10, Swing , "Nimbus Look and Feel". , .

+3

Swing - , Swing AWT.

, , , SWT. , , , , . ( ..), .

+2

AWT Java, ​​ Swing. , JDK, , Swing.

( ) JavaFX.

+2

gui , AWT. Swing .

+1

Source: https://habr.com/ru/post/1703119/