JFC
different types of components
- JFrame: root, content pane
- containers, JPanel: regular, borders, scrollpanes
- LayoutManager: BorderLayout, GridLayout, GridbagLayout
- Components: JTextArea, JTextBox, JButton, JLabel, JCheckbox, �
nest components within components
examples:
- Border Layout Manager:
- http://www.javasoft.com/docs/books/tutorial/uiswing/layout/border.html
- Event Listener:
- http://www.javasoft.com/docs/books/tutorial/uiswing/events/intro.html