What is AWT and swing components in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is AWT and swing components in java

3rd May 2017, 5:39 AM
Nikhil
Nikhil - avatar
2 Answers
+ 6
these are GUI components that add extra interactivity with the user . For eg. import javax.swing.JOptionPane;
3rd May 2017, 5:41 AM
Siddharth Saraf
+ 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.
3rd May 2017, 5:46 AM
Meharban Singh
Meharban Singh - avatar