Class OptionallyTabbedPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class OptionallyTabbedPanel extends JPanel
Class representing a JPanel that can contain and display N items in a WrapLayout. If N is greater than a "tabMax" parameter, the display is automatically done via a JTabbedPane with tabMax entries on all but the last tab.
See Also: