search

Home  >  Q&A  >  body text

java - swing中textfield如何设置左对齐?

PHPzPHPz2907 days ago500

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-18 10:40:50

    Use JTextFieldsetCaretPosition 方法,可以设置光标的位置。
    在设置完 JTextField 的 text 之后,调用 setCaretPosition(0) to move the cursor to the front to get the effect you need.

    reply
    0
  • Cancelreply