February 2014
Beginner
1248 pages
62h 25m
English
The UML class diagram of Fig. 12.5 shows an inheritance hierarchy of classes from which lightweight Swing components inherit their common attributes and behaviors.
Fig. 12.5 | Common superclasses of the lightweight Swing components.
Class Component (package java.awt) is a superclass that declares the common features of GUI components in packages java.awt and javax.swing. Any object that is a Container (package java.awt) can be used to organize Components by attaching the Components to the Container. Containers can be placed in other Containers to organize a GUI.
Class JComponent (package javax.swing ...
Read now
Unlock full access