Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下 JTextField,我想将光标位置从 JTextField 的中间更改为顶部:
我该如何做到这一点?
没有 multi-line 这样的东西JTextField。您发布的是一条常规的单行JTextField,只是被拉长了。
JTextField
如果您需要多行文本组件,请考虑使用JTextAreaor JTextPane,您可以在其中完美地将光标(插入符号)设置在第一行
JTextArea
JTextPane
编辑
只需阅读您的评论。用于输出的可编辑文本字段只会让用户感到困惑。至少让它不可编辑,或者选择JLabel一个Border
JLabel
Border