Font font = new Font("Default",Font.PLAIN,size); t.setFont(font); //其中size 就是字體的大小,可以設置。 ... submit= new JButton("登陸");
確定! 回上一頁