Public Member Functions | |
| TextAreaLabel (String text) | |
| Dimension | getPreferredSize () |
A class which uses a JTextArea to imitate a JLabel with automatic linewrap.
|
inline |
Instantiates a new JTextArea with automatic linewrap.
| text | the text |
|
inline |
Return a little bit smaller width than original JTextArea would. This should help to compensate appearing scrollbars on the right side of this area.
1.8.3.1