How to set Tab ordering in JPanel

hi alli add a JPanel on a JFrame and Various swing Controls on that JPanel. now i want to change tab ordering of components present in my JPanel.please guide me how can i do this. i have tried setFocusTraversalPolicy but it does not work with JPanel.
[271 byte] By [Tardusha] at [2007-10-2 23:48:59]
# 1
You should read the article from Sun:"How to Use the Focus Subsystem" http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.htmlMoshe
msayaga at 2007-7-14 16:34:05 > top of Java-index,Desktop,Core GUI APIs...