setting the font to the text field should work. Also to center align the text use textfield.setHorizontalAlignment(JTextField.CENTER);. Following code might ...
確定! 回上一頁