RE: weird focus behaviour with 2 JTextArea's

2003-10-30 Thread Deblauwe, Wim
Title: RE: weird focus behaviour with 2 JTextArea's Thank you for your response and sorry about the import statements. I'm getting too used to using IntelliJ I'm afraid. There all I need to do is press ALT-ENTER, and import are automatically added. kind regards, Wim -O

Re: weird focus behaviour with 2 JTextArea's

2003-10-29 Thread Joe Sam Shirah
Java400? http://www.jguru.com/faq/Java400 - Original Message - From: "Deblauwe, Wim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 29, 2003 7:48 AM Subject: weird focus behaviour with 2 JTextArea's > Hi, > > I want enable

weird focus behaviour with 2 JTextArea's

2003-10-29 Thread Deblauwe, Wim
Hi,   I want enable TAB/SHIFT-TAB in a JTextArea to go to the next JTextArea and not print a tab character in the JTextArea. This can be easily done with setFocusTraversalKeys(). But I found something strange. Below is a testprogram with one JButton and 2 JTextArea's. When the program is sta