All the components within the JComponent class begin with a J. This distinguishes them from the earlier AWT components.
To abbreviate Swing class names, a program should include the statement
import javax.swing.*;
Some of the Swing Components are;
- Button
- Combo Box
- Combo Box Button
- Radio Button
- Text Field
- Text Area
- Label
- List
Figure 8.3: Swing component inheritance hierarchy
No comments:
Post a Comment