aspose file tools
The moose likes Swing / AWT / SWT and the fly likes change the focus to the new tab Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "change the focus to the new tab" Watch "change the focus to the new tab" New topic
Author

change the focus to the new tab

chen young
Ranch Hand

Joined: Sep 09, 2005
Posts: 177
Hi,

When I am add new tab to JTabbedPane the focus is not change
How can I change the focus to the new tab ?

Thanks

Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

I just had a quick look at the API documentation and I see there's a setSelectedComponent method and a setSelectedIndex method.
chen young
Ranch Hand

Joined: Sep 09, 2005
Posts: 177
thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: change the focus to the new tab
 
Similar Threads
Focus traversal problem in JTable
Tabbing Out Of JEditorPane...
Tab question
JTable and tab - last fix before release! Yay!!
swing(JComboBox)urgent