Font font = new Font("宋体",Font.BOLD,15); //创建一个字体以便其它调用 哪个文本框调用就用 .setFont(font);修改字体颜色用 .setForeground(Color.blue)
很抱歉,没及时的查收