Results 1 to 2 of 2
Thread: tabbing within a swing app
- 05-02-2007, 07:13 PM #1
Member
- Join Date
- Apr 2007
- Location
- Pennsylvania,USA
- Posts
- 45
- Rep Power
- 0
- 05-02-2007, 07:23 PM #2
Member
- Join Date
- Apr 2007
- Location
- Indiana
- Posts
- 83
- Rep Power
- 0
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.
Similar Threads
-
AWT or Swing
By bugger in forum AWT / SwingReplies: 4Last Post: 11-22-2007, 09:44 AM -
where is the swing jar?
By katie in forum AWT / SwingReplies: 1Last Post: 08-06-2007, 10:58 PM -
map javax.swing.text.Element to javax.swing.text.View
By elizabeth in forum New To JavaReplies: 1Last Post: 07-30-2007, 07:02 PM -
swing?? why use it
By javaforme44a in forum AWT / SwingReplies: 3Last Post: 07-18-2007, 07:51 AM -
Applet tabbing issue
By pegitha in forum Java AppletsReplies: 2Last Post: 04-28-2007, 10:41 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks