+ 1
What is AWT and swing components in java
2 odpowiedzi
+ 6
these are GUI components that add extra interactivity with the user . For eg.
import javax.swing.JOptionPane;
+ 6
These are graphical GUI objects..Example :- TextBox, PasswordField,TextArea, Button,Menu,Slider , Frame etc.. These are basically used to make forms,etc like login pages, calculators.