What is the difference between AWT and Swing? Classes in swing are not OS dependent. They don’t create peer components, so they are light weight unlike AWT. They don’t take the look and feel of the target platform so they have a consistent appearance What are all the components used in Swing ? JButton, JCheckBox, JChoice, JMenu, JTextComponent, JScrollbar, JCanvas, JLabel, etc
|