摘要:
Java'中的几种Look and Feel 1、Metal风格 (默认) String lookAndFeel = "javax.swing.plaf.metal.MetalLookAndFeel"; UIManager.setLookAndFee(lookAndFeel);2、Windows风格 String lookAndFeel = "com.sun.java.swing.plaf.windows.WindowsLookAndFeel"; UIManager.setLookAndFee(lookAndFeel); 3、Windows Cl 阅读全文
posted @ 2014-01-12 08:56
@ 小浩
阅读(10730)
评论(0)
推荐(0)
浙公网安备 33010602011771号