私の質問は、この投稿JTextField : How to set text on left of JTextField when text too longを参照したものです
文字列が長すぎる場合、テキストを 1 行ではなく次の行に表示する方法はありますか?
現在、文字列は次のように表示されます
|----------------------|
| JTextField example ..|
|----------------------|
このようにする方法はありますか?
|----------------------|
| JTextField example ..|
|..continue string.....|
|.........end of string|
|----------------------|