JFrame主题和外观

时间:2012-10-30 12:46:27

标签: java swing jframe look-and-feel

我有一个挥杆应用程序。下面是一个小截图。 enter image description here

操作系统:赢7

主题是什么令人恼火。我尝试了其他几个屏幕,但它们都有这样的外观。例如,Eclipse和Netbeans具有更好的UI。 FileChooser和Frame一般都很讨人喜欢。我怎么有这样的主题。

感谢。

4 个答案:

答案 0 :(得分:15)

在程序中创建与UI相关的任何内容之前,将外观更改为Windows:

UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());

答案 1 :(得分:3)

看起来你正在使用金属外观。尝试使用您可能感兴趣的其他外观。

有关详细信息,请参阅http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html

答案 2 :(得分:3)

这将为您提供您想要知道的一切

http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html

UIManager.getSystemLookAndFeelClassName()将为您提供最适合其运行的操作系统

答案 3 :(得分:1)

有许多外观和感觉包如:

  

1)JTattoo

     

2)BlueLight

     

3)joxy

     

4)尼姆罗德

     

5)Oyoaha

     

6)TinyLaf

....等

你必须阅读以前的类型