jlabel.setFont(new java.awt.Font("Dialog", 1, 15)); “dialog”代表字体,1代表样式(1是粗体,0是平常的)15是字号//设置字体jlabel.setForeground(Color.red);//设置颜色