Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
長さが 50.000-1.000.000 のスペースのないランダムな文字列があります。JTextPane に 10 文字ごとにスペースを入れてテキストを表示したい:
FGHTYTREDE FRTYHTGCZV GTYHYHJHBF...
ユーザーは文字列内に文字を挿入できる必要があります。
したがって、毎回テキストを更新するのに時間がかかるため、文字列にスペースを挿入したくありません。
代わりに、それに応じて JTextPane の表示設定を変更することは可能ですか?
いいえ。独自に実装するJComponentかJPanel、これを行う必要があります。
JComponent
JPanel