[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology] How to control the focus?
|
- From: bailuyuan@xxxxxxxx (bailuyuan)
- Date: Thu, 31 Jul 2003 07:55:01 +0000 (UTC)
- Newsgroups: eclipse.technology
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
i want to design a platform just like eclipse,when you
type a dot (" . ") on the code edit square,then it should
show a select window,the code edit square is extend from
JEditPane,and the window is extends from JWindow and add
a Jlist on it ,every time when the window is show ,the
focus is on it ,and can't use "requestfocus()" to make
it to on the code edit pane,
Is there any mistake ?
Can you give me any help?
thanks!
bailuyuan