Next: Selecting pages
Up: Tabbed Panes
Previous: Adding and inserting pages
Pages contained by a JTabbedPane component can also be removed at run time using:
tabbedPanel.removeTabAt( iLocation );
where iLocation is the index of the page to be
removed.
Dave Marshall
4/14/1999