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.
我在列中JPasswordField用作JTable单元格编辑器。输入文字时效果很好;但是将光标移动到另一个单元格后,它会显示简单的文本。
JPasswordField
JTable
那么在其他单元格中移动时我能做些什么来隐藏文本呢?提前致谢。
该表对编辑器与常规单元格渲染器使用不同的组件。您需要一个包含JPasswordField.