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.
我正在使用 Netbeans IDE,我想在 Java 应用程序中使用 Insubstantial LAF (http://insubstantial.posterous.com/)。但是,我不知道如何安装它。有人有这方面的经验吗?
将其 jar 放在类路径中,并在您的 main 方法中,在显示任何 Swing 组件之前,添加以下代码:
UIManager.setLookAndFeel("fully.qualified.name.of.the.LookAndFeel");