What are Swing GUI components?

The following are the GUI components of the Swing class library:

JFrame – a Top level GUI component used as a container for other components
JPanel
JButton
JTextArea
JCheckBox
JTextfield

Leave a comment