JLabel label = new JLabel("I'm bold"); Font font = new Font("Courier", Font.BOLD,12); label.setFont(font);. You can change the bold attribute after the ...
確定! 回上一頁