Font(String name, int style, int pointsize)
Label label = new Label("Hello World"); Font font = new Font("Courier", Font.ITALIC, 12); label.setFont(font);