由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - how to hide and show the cursor in JTextField?
相关主题
jtextfield上的listener被触发之前的值怎么读?Re: Error handling in Jelly, SwixML and
A question about Java swing(JTabbedPane)Ask a question
JFrame怎么设定窗口为隐藏?请教一个MessageListener的问题
JFrame怎么设定ontopJTextField 只允许小于N的input 怎么实现的?
如何让Swing对象即使更新?新手求教JTextField的问题
Open Too Many Cursor IssueMySQL JDBC 问题
Is this a Bug or not?请教Cursor的问题
GUI THANKSbig paintbrush cursor?
相关话题的讨论汇总
话题: cursor话题: jtextfield话题: hide话题: show话题: click
进入Java版参与讨论
1 (共1页)
s*******y
发帖数: 558
1
Is there any way to hide the cursor in JTextField and show the
cursor when I click this field? It'd be great if I click other area
or components in the panel, hide the cursor in the JTextField again.
Thanks a lot.
j***n
发帖数: 301
2
Do u mean caret by cursor? If so, maybe u can add some listener and use JTex
tField.getCaret().setVisible(false)

【在 s*******y 的大作中提到】
: Is there any way to hide the cursor in JTextField and show the
: cursor when I click this field? It'd be great if I click other area
: or components in the panel, hide the cursor in the JTextField again.
: Thanks a lot.

s*******y
发帖数: 558
3
谢谢了, 是 caret.
1 (共1页)
进入Java版参与讨论
相关主题
big paintbrush cursor?如何让Swing对象即使更新?
Hibernate in EclipseOpen Too Many Cursor Issue
java graphics2d 画图请教Is this a Bug or not?
如何遍历hashtable里边的每一项?GUI THANKS
jtextfield上的listener被触发之前的值怎么读?Re: Error handling in Jelly, SwixML and
A question about Java swing(JTabbedPane)Ask a question
JFrame怎么设定窗口为隐藏?请教一个MessageListener的问题
JFrame怎么设定ontopJTextField 只允许小于N的input 怎么实现的?
相关话题的讨论汇总
话题: cursor话题: jtextfield话题: hide话题: show话题: click