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