Class 2 |
Intermediate Java 30-IT-397 |
|
Advanced Swing
-
We've looked at the basic Swing components - JTextField, JLabel, JButton,
JRadioButton, JCheckbox, and JComboBox.
-
There are Swing components that can do much more, but this comes at a price.
Generally, the more it can do, the more complex it is.
-
JLists, JTrees, and JTables are all more advanced swing components.
We don't have time to look at all of them, but looking at just one should
give the general idea of how to use the others.
JList

Created by: Brandan Jones
December 17, 2001