由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 问个swing login窗口的问题
相关主题
A "Focus" questionswing question
Re: 如何在两个窗口之间通信?Pls help how to open a dialog or frame?
design questionInterview Questions in Core Java
Re: FileDialog 的问题a wired problem about JRE for IE,Thanks
Servlet question: the orig filename如何改变JDK 的语言设置
新手一问Sun 的applet warning for each new window害死我了
How to wrap line at specific position?eclipse有没有update变量名称的功能?
Ant and Netbeans helpAny testNG gui exist?
相关话题的讨论汇总
话题: dialog话题: enter话题: press话题: warning话题: popup
进入Java版参与讨论
1 (共1页)
J**B
发帖数: 204
1
就是user_Id 和password两个field 都吃 press enter.如果validation错了就popup
一个warning dialog。问题是这个warning dialog出来的之后,再 press enter的时候
,user_Id 和password 两个field还在吃press enter, 一旦press enter去关掉
warning dialog的时候,这个action 会又让这个warning dialog 再次popup 出来。
求思路?
g*****g
发帖数: 34805
2
查一下focus应该就解决了。

【在 J**B 的大作中提到】
: 就是user_Id 和password两个field 都吃 press enter.如果validation错了就popup
: 一个warning dialog。问题是这个warning dialog出来的之后,再 press enter的时候
: ,user_Id 和password 两个field还在吃press enter, 一旦press enter去关掉
: warning dialog的时候,这个action 会又让这个warning dialog 再次popup 出来。
: 求思路?

J**B
发帖数: 204
3
就一个吃 press enter 的Listener 加在user_ID 和password 这两个field,popup 那
行后user_ID.requestFocus()么?
MITBBS的login page 就没做成我说的这样,每次popup 出来之后 enter 完了,都要把
鼠标放回去。(当然MITBBS完全和swing无关)

【在 g*****g 的大作中提到】
: 查一下focus应该就解决了。
1 (共1页)
进入Java版参与讨论
相关主题
Any testNG gui exist?Servlet question: the orig filename
请问用eclipse开发中文的软件新手一问
有人用 textpad 编辑 .java文件吗?How to wrap line at specific position?
Java如何实现自动消失的消息框?Ant and Netbeans help
A "Focus" questionswing question
Re: 如何在两个窗口之间通信?Pls help how to open a dialog or frame?
design questionInterview Questions in Core Java
Re: FileDialog 的问题a wired problem about JRE for IE,Thanks
相关话题的讨论汇总
话题: dialog话题: enter话题: press话题: warning话题: popup