Hi all,

Is there any better way to transfer a focus other than
transferFocus()  ??

I want my focus to go to the next component when the
user presses the TAB in the JTextArea. As of now, I have
implemented it by using transferFocus() .. but the problem
comes when i press SHIFT + TAB...

transferFocus() is a shady method because it will always
propogate the focus in the forward direction. Unfortunately
there is no way to transfer the focus in backward direction
(at least i cant think of ..) ?

Does anyone has any ideas how to transfer the focus in
the reverse direction .. or may be at least to find out the
direction of the focus ?
 

kind regards
abhay
  ---
You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
http://www.sys-con.com/fusetalk

Reply via email to