5.2 Using GUI Components
A few examples will show what basic GUI components can be used.
Although this section is mostly about creating basic GUI components
we shall sometimes complete the example applets with event and
action handling methods so that they are not only showing
the components only but also have some effect.
Sometimes we shall also choose special layouts for "pretty display"
reasons although this is actually the topic of the next section.
- Creating a GUI Component: The
Label
Class
- The
Button
Class
- The
Canvas
Class
- The
Scrollbar
Class
- The
TextField
and
TextArea
Class
- Other GUI Components