Linux - Nimbus LookAndFeel:表格网格线不会出现
在我的 java 应用程序中,我使用 NimBusLookAndFeel。我试图在表格中显示网格线。
以下代码在 Windows 上运行得很好,但在 Linux 上则不行(Linux 中不出现表格网格线)
UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
UIManager.put("Table.showGrid", true);
UIManager.put("Table.intercellSpacing", new Dimension (1,1));
以下是 Linux 上的 Java 版本详细信息
java 版本“1.6.0_12”Java(TM) SE 运行时环境(构建 1.6.0_12-b04) Java HotSpot(TM) 服务器虚拟机(版本 11.2-b01,混合模式)
In my java application I am using NimBusLookAndFeel. I was trying to show grid lines in table.
Following code works perfectly fine on windows but not on Linux (table grid lines do not appear in linux)
UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
UIManager.put("Table.showGrid", true);
UIManager.put("Table.intercellSpacing", new Dimension (1,1));
Following are java version details on linux
java version "1.6.0_12" Java(TM) SE Runtime Environment (build
1.6.0_12-b04) Java HotSpot(TM) Server VM (build 11.2-b01, mixed mode)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须覆盖以下 Nimbus UIDefaults
you have to overrive following Nimbus UIDefaults