Method insertTab(String title, Icon icon, Component component, String tip, int index)
Return type: void
Member of: javax.swing.JTabbedPane
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 tabPane.insertTab("Custom Actions", null, p, null, 1);
2 insertTab(getString("CTL_General"), null, m_generalCustomizer, "", 0);
3 tabPane.insertTab("Parameters", null, panel, null, 0);
4 tabbedpane.insertTab(Resources.TAB_GENERAL, (Icon)null,
5 insertTab(Resources.TAB_MAIN_IFD,
6 insertTab(name, icon, tc, toolTip, position);
7 rightTabPane.insertTab(title,icon,tabScrollPane,tip,index);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.