Tutorial # 7: Swing

There are two ways to create a frame:
  • By creating the object of Frame class (association)
  • By extending Frame class (inheritance)

Swing is a set of program component s for Java programmers that provide the ability to create graphical user interface ( GUI ) components, such as buttons and scroll bars, that are independent of the windowing system for specific operating system . 

  • JButton class
  • JRadioButton class
  • JTextArea class
  • JComboBox class
  • JTable class
  • JColorChooser class
  • JProgressBar class
  • JSlider class






hierarchy of javax swing

Comments