在JTextField中如何设置让文字靠右显示?

2025-01-19 03:22:28
推荐回答(1个)
回答1:

jtf.setHorizontalAlignment(JTextField.RIGHT);