What are 2 packages for GUI in Java
AWT (Abstract Windows Toolkit) (old)
Swing (new)
What are heavy weight components
AWT components
What are light weight components
Swing
What are 2 types of components
Simple
Container
What are 5 commonly used layout managers
1- BorderLayout 2- BoxLayout 3- GridLayout 4- GridBagLayout 5- FlowLayout
What is layout manager
A layout manager is an object that implements the LayoutManager interface and determines the size and position of the components within a container.