Font font = new Font(Font.DIALOG_INPUT, Font.ITALIC, 35); label.setFont(font); label.setForeground(Color.BLUE); frame.add(label); frame.pack(); frame.
確定! 回上一頁