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.
每个选项卡都有“>>”模糊标志。虽然我重置了 Eclipse Java 编辑器的设置,但它没有用。
您可能已whitespace characters在 eclipse 配置中启用。
whitespace characters
进入您的 Eclipse 首选项到Preferences > General > Editors > Text Editors. 取消选中名为Show whitespace characters.
Preferences > General > Editors > Text Editors
Show whitespace characters
它将禁用该选项,从而隐藏>>指示选项卡的字符。
>>
编辑4:
我不知道为什么,但是我在下面使用的结构不起作用。我不得不修改我在 java2s 网站上找到的一个文件,它叫做 TableFromDatabase,然后将 JTextFields 设为公共静态,然后在 FrmMovimento 等中实例化 TableFromDatabase 类:
TableFromDa