Swing 皮肤的一个键值:swing.boldMetal 默认为 true所以形成了默认字体极度难看:其实一句代码就能解决问题:UIManager.put("swing.boldMetal", Boolean.FALSE);调用以后:明显美观了不少。字体