摘要:
在windows环境下可以用下面两种方法使窗口显示windows风格窗口! UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel"); public static void main(String[] args) { try { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelC 阅读全文
posted @ 2011-03-02 15:53
ljlxyf
阅读(1883)
评论(1)
推荐(1)
浙公网安备 33010602011771号