View Single Post
  #2 (permalink)  
Old 11-14-2007, 10:41 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
Code:
tabbedPane.addTab(tabName, component); int count = tabbedPane.getTabCount(); tabbedPane.setSelectedIndex(count-1);
Reply With Quote