Java UI Components |
||
| PGUI: Java UI components | ||
| Contents: |
This page gives a general description of the Java user interface components. The details of the individual components classes can be studied using example programs and Java 2 API documentation. Component classesThe class diagrams below does not include all Java UI components. However, they give you basic understanding on the class hierarchy.
The base class of all user interface components is The Swing components are subclasses of Window classesThe window classes represent top-level windows. They are also components and
specifically, containers. The superclass of window classes is
The class The Swing window classes do not have a single superclass. They extend the corressponding
class from ExamplesComponentDemo example program demonstrates
the use of buttons and lists. In addition, it uses
LayoutDemo demonstrates the basic layoutn managers in a compact way.
|
See also:
|
| Jarkko Leponiemi, Tuesday, 18-Nov-2003 00:49:39 EET | ||