
Lesson Objectives
First, don't panic! Clearly you won't be able to absorb all of this information. There is a lot here! Much more than you need for this Module's Homework. Once you read through this, students will be able to:
- Describe the Java event handling process
- Code simple event handlers
- Code simple Swing GUIs
- Code simple Windows (JFrame, JDialog, and JOptionPane)
- Code simple Internal Frames in a Multiple Desktop Interface environment.
- Code using Swing layout managers
- FlowLayout
- BorderLayout
- GridLayout
- GridBagLayout
- CardLayout
- Code simple JLabels.
- Code simple JButtons.
- Code simple JTextField, JTextArea, and JEditorPanes
- Code a simple JComboBox