Class JTabbedPaneNoContentSeparator

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JTabbedPane
net.hironico.common.swing.tabbedpane.JTabbedPaneNoContentSeparator
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants
Direct Known Subclasses:
Ribbon

public class JTabbedPaneNoContentSeparator extends JTabbedPane
See Also:
  • Constructor Details

    • JTabbedPaneNoContentSeparator

      public JTabbedPaneNoContentSeparator()
  • Method Details

    • addTab

      public void addTab(String title, Component comp)
      The added component will be inside a container JPAnel with top empty border of 5 pixels
      Overrides:
      addTab in class JTabbedPane
      Parameters:
      title - the title to be displayed in this tab
      comp - the component to be displayed when this tab is clicked
    • getWrappedSelectedComponent

      public Component getWrappedSelectedComponent()