Open source laf[look n feel] for java swing application

允我心安 提交于 2019-12-10 17:16:26

问题


Which are Open source lafs[look n feel] for java swing application?


回答1:


Here is a great answer on another question: Java Look & Feel

Edit:
Don't forget the system look and feel:

try
{
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) {}



回答2:


Substance LAF from Kirill Grouchnikov is the best I know.




回答3:


Don't forget

Seaglass : a LAF inspired by the OSX theme and, well, you knew it, seaglass (beautiful!)

Nimbus : The standard Java L&F for Java 6



来源:https://stackoverflow.com/questions/2934337/open-source-laflook-n-feel-for-java-swing-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!