June 2017
Beginner
1296 pages
69h 23m
English
Though it’s possible to perform input and output using the JOptionPane dialogs, most GUI applications require more elaborate user interfaces. The remainder of this chapter discusses many GUI components that enable application developers to create robust GUIs. Figure 26.4 lists several basic Swing GUI components that we discuss.
Component |
Description |
|---|---|
|
Displays uneditable text and/or icons. |
|
Typically receives input from the user. |
|
Triggers an event when clicked with the mouse. |
|
Specifies an option that can be selected or not selected. |
|
A drop-down list of items from which the user can make a selection. |
Read now
Unlock full access