View Single Post
  #2 (permalink)  
Old 05-02-2007, 09:23 PM
pegitha pegitha is offline
Member
 
Join Date: Apr 2007
Location: Indiana
Posts: 84
pegitha is on a distinguished road
Send a message via Skype™ to pegitha
I know it is probably not easy to attach your swing code but without seeing anything all I can tell you is that I had a similar issue and I created a new class that overrode the LayoutFocusTraversalPolicy class. Inside this I applied all the if/then/else business logic and then in the screen class I set the jPanel.setFocusTraversalPolicy(myTravelsalPolicy). anyway, that is the short and sweet of it. There is a lot more to it than that but start there.
Reply With Quote