62,621
社区成员
发帖
与我相关
我的任务
分享

















UIManager.put("Label.font", new Font("微软雅黑", Font.PLAIN, 16));
UIManager.put("Button.font", new Font("微软雅黑", Font.PLAIN, 16));
UIManager.put("swing.boldMetal", Boolean.FALSE);
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
顶,学习