UI美化包的导入与使用
1、将美化包导入到工程中
2、在主界面进行加载
示例代码:
1、将美化包导入到工程中
2、在主界面进行加载
示例代码:
JFrame f = new JFrame();
UIManager.setLookAndFeel("com.nilo.plaf.nimrod.NimRODLookAndFeel");
SwingUtilities.updateComponentTreeUI(f);