237238239240241242243244245246247
} Component component = tabbedPane.getComponentAt(index); FileTable table = getTableForTab(component); if (table != null) { table.shutdown(); } tabbedPane.remove(index); } /** Gets the selected tab component.