Class Summary |
CharacterWrapper |
The CharacterWrapper class implements the TextWrapper interface
to wrap a paragraph of text at the last full character that can fit on each
line. |
MultiLineLabel |
A component that displays multiple lines of read-only text. |
MultiLineToolTip |
MultiLineToolTip is an extension of JToolTip that provides support for
multiple lines of text, automatically word-wrapped and laid out. |
NoWrapper |
The NoWrapper class implements the TextWrapper interface
to never wrap the text it is passed. |
NumberTextField |
NumberTextField is a subclass of JTextField
that only accepts numbers. |
WordWrapper |
The WordWrapper class implements the TextWrapper interface
to wrap a paragraph of text at the last full word that can fit on each
line. |
WrappedText |
Utility class for wrapping text. |