<<< Swing Components | Index | Getting Started using the Swing >>> |
All Swing components inherit from the JComponent class.
JComponent provides
Pluggable look and feel
Keystroke handling, including nested components
A border property
Tooltips that pop up when the mouse hovers over the component
Automatic scrolling support of any component that is placed in a scroller container.
<<< Swing Components | Index | Getting Started using the Swing >>> |