如何修复 Ubuntu 10 上 Netbeans 7.0 严重损坏的外观问题

发布于 2024-11-04 01:33:14 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

夜血缘 2024-11-11 01:33:14

我的解决方案是使用其他主题启动 Netbeans,例如 Candido Calm 与 Netbeans 看起来不错。

这是我的 Netbeans 启动器 (/home/user/bin/netbeans):

#!/bin/sh
GTK2_RC_FILES=/home/user/.themes/Candido-Calm/gtk-2.0/gtkrc /opt/netbeans-dev-trunk/bin/netbeans

My solution is to start Netbeans with an other Theme, for example Candido Calm looks good with Netbeans.

This is my Netbeans starter (/home/user/bin/netbeans):

#!/bin/sh
GTK2_RC_FILES=/home/user/.themes/Candido-Calm/gtk-2.0/gtkrc /opt/netbeans-dev-trunk/bin/netbeans
别闹i 2024-11-11 01:33:14

我从这里获得此信息: http://www.florian-hacquebart.eu/?p= 214

在对 Netbeans 进行任何更改之前,请转到终端并输入:
netbeans --laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel

它应该使 Netbeans 使用您的 GTK 主题。如果您喜欢所看到的内容:
*我不使用 ubuntu 所以但我相信这是正确的:
1)在终端 gksudo gedit /usr/share/netbeans/etc/netbeans.conf
2)查找以netbeans_default_options开头的行。
3)更改整行读取(全部一行):netbeans_default_options =“-J-Dswing.aatext = true -J-Dawt.useSystemAAFontSettings = on --laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel”

I got this information from here: http://www.florian-hacquebart.eu/?p=214

Before you make any changes to Netbeans, go to the terminal and enter:
netbeans --laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel

It should cause Netbeans to use your GTK theme. If you like what you see:
*I don't use ubuntu so but I bielive this is correct:
1)In terminal gksudo gedit /usr/share/netbeans/etc/netbeans.conf
2)Look for a line that starts with netbeans_default_options.
3)change the entire line to read (all one line): netbeans_default_options="-J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=on --laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel"

无人问我粥可暖 2024-11-11 01:33:14

Swing GTK L&F 中存在各种保真度问题,这些问题在不同的 GNOME 和 Unity 版本、主题,当然还有 Java 版本上表现不同。 NetBeans 本身并没有用它做太多事情。始终检查 SwingSet 或类似的基线。

There are various fidelity problems in the Swing GTK L&F which manifest themselves differently on different GNOME and Unity releases, themes, and of course Java versions. NetBeans per se does not do much with it. Always check in SwingSet or similar as a baseline.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文