由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Textfield auto tab-traversal
相关主题
Re: Client-Server and actionPerformed另一个入门问题。
Can't figure out: why can't append again急问:怎么kill一个thread, thread.interrupte()不好用呀?
Re: What is wrapper class? Thx.spring frame work question
help: how to set the alignment of textField to Right?改写(migrate) stored proc 问题
help with java script问个多线程的问题
java 中文显示的问题看了一下Spring Roo
问个applet的问题。how to traverse a jar package?
Made my first Ajax app integrated to Spring.Re: print problem, GUI guru please come in
相关话题的讨论汇总
话题: textfield话题: traversal话题: field话题: tab话题: input
进入Java版参与讨论
1 (共1页)
t***e
发帖数: 3601
1
Some time you see in application that when you input cdkey, IP address etc.
it allows focus to automatically jump to next text field when you filled the
previous text field up, so the user can input information without
interruption. I wonder how you implement this in java.
j***n
发帖数: 301
2
one possible way is to monitor property changing event

.
the

【在 t***e 的大作中提到】
: Some time you see in application that when you input cdkey, IP address etc.
: it allows focus to automatically jump to next text field when you filled the
: previous text field up, so the user can input information without
: interruption. I wonder how you implement this in java.

m******t
发帖数: 2416
3

.
the
The implementation can vary depending on what GUI technology you use. But
basically it boils down to subscribing to the field changed event, and move
the focus to the next one if the current one is filled up.

【在 t***e 的大作中提到】
: Some time you see in application that when you input cdkey, IP address etc.
: it allows focus to automatically jump to next text field when you filled the
: previous text field up, so the user can input information without
: interruption. I wonder how you implement this in java.

1 (共1页)
进入Java版参与讨论
相关主题
Re: print problem, GUI guru please come inhelp with java script
今天写了一个游戏java 中文显示的问题
Re: question问个applet的问题。
Is this a Bug or not?Made my first Ajax app integrated to Spring.
Re: Client-Server and actionPerformed另一个入门问题。
Can't figure out: why can't append again急问:怎么kill一个thread, thread.interrupte()不好用呀?
Re: What is wrapper class? Thx.spring frame work question
help: how to set the alignment of textField to Right?改写(migrate) stored proc 问题
相关话题的讨论汇总
话题: textfield话题: traversal话题: field话题: tab话题: input