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.
如何删除勾勒出我的列和行的红线?它们有助于开发,但在最终产品上看起来并不好。
在 JGoodies 表单(现在是 JGoodies 布局)中,您可以配置一个调试模式,其中列和行被涂成红色。
如果您使用 FormBuilder,请不要调用 #debug 或使用 false 调用 #debug。
在 PanelBuilder 和其他较旧的构建器中,您可以使用 FormDebugPanel 作为背景面板。只是不要设置显式 FormDebugPanel 以使调试行消失。