JLabel label = new JLabel("I'm bold"); Font font = new Font("Courier", Font.BOLD,12); label.setFont(font);