SE450
:
Hierarchy of Swing Components
[44/65]
Base of hierarchy:
Component
Huge number of common methods:
int getWidth()
int getHeight()
Dimension getPreferredSize()
void setBackground(Color c)
. . .
Most important subclass:
Container