you can write like this JTextField jtf = new JTextField(); jtf.setFont(new Font("Arial",Font.BOLD,15)); So Font in your text field is size 15 Bold and arial ...
確定! 回上一頁