aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Tabulation Order in a frame Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Tabulation Order in a frame" Watch "Tabulation Order in a frame" New topic
Author

Tabulation Order in a frame

Laurent S
Greenhorn

Joined: Sep 27, 2001
Posts: 15
I have some JEditorPane in my frame. How can I pass from one to the oder by pression tabulation key?
Thx
Laurent S
Greenhorn

Joined: Sep 27, 2001
Posts: 15
i have the answer to my question:
We need to override the FocusManagers default behaviour as follows :


[This message has been edited by Laurent S (edited October 05, 2001).]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tabulation Order in a frame
 
Similar Threads
AJAX or JavaScript
IntelliJ 4.0: My favorite shortcuts
the bug parade
trim() removes newline char at the front?
NMTOKENS (supports seperation with tabs, CRs, extra whitespaces OR not?)