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.
在 JFrame Form 中,我添加了一个 jTextArea 并在其中添加了一个文本,同时仍处于设计模式。但是当我运行表单时,我希望文本不可见,这不会发生。我检查了 JTextArea 的属性,但我不确定如何更改文本的可见性..
要清除该JTextArea文件,您需要将其文本设置为空。 为此,您需要查看JTextArea#setTextasnull或""。在执行应用程序时尝试此代码。 jTerxtAreaObject.setText("");
JTextArea
JTextArea#setText
null
""
jTerxtAreaObject.setText("");
将文本的颜色设置为与背景相同的颜色。