To change JLabel font, use the setFont() method −JLabel lable = label.setFont(new Font(Verdana, Font.PLAIN, 18));Examplepackage my; ...
確定! 回上一頁