/** * This package contains a generic implementation of a "tabbed-pane". Such a tabbed-pane is * a list of components of which only one is visible. The user can selected the visible * component by clicking onto some tabs or opening some menu. */ package bibliothek.gui.dock.station.stack.tab;