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.
我需要为用户添加在 AWT 组件 TextArea 上切换自动换行的功能。我有几种方法,但它们似乎都不允许我允许一种方法来告诉 textarea 切换/取消切换自动换行。TextArea 有什么方法吗?谢谢。
使用 javax.swing.JTextArea 而不是 AWT 组件。它有方法 setLineWrap();。