Method add(Component component, Object constraints)
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.add(createValueEditingPane(),"Values");
2 pane.add( createGeneralTab(), "General" );
3 jTabbedPane1.add(jPanel1, "Add String Panel");
4 jTabbedPane1.add(jPanel1, "jPanel1");
5 tabbedPane.add(scrollPane, "General");
6 tabbedPane.add(paneText, "Text");
7 mainPane.add(firstDiagramView,"Factor 1");
8 tabbedPane.add(internalPanel, "Internal Tool");
9 panels.add(new MatrixTablePanel(plotPanel.getPlot(i).getDatas()),
10 p.add(buildUserLanguage(),
11 jTabbedPane.add (
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.