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.
我正在将 JTextArea 的内容复制到 a JTextField,然后从中获取相同的文本JTextField并将其设置为JTextArea。但最后一种情况;所有文本都在同一行。缺少输入。如何保护内容?
JTextField
JTextArea
yourJTextArea.setLineWrap(true) 如果我正确理解了您的问题,我认为这就是您要寻找的东西。