Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class javax.swing.JTabbedPane
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 JTabbedPane jtp = new JTabbedPane();
2 insertTab(Resources.TAB_MAIN_IFD,
3 _tabs.addTab("Name and Location", _nameLocTab);
4 tabbedPane.add("Opportunity", oppPanel);
5 JTabbedPane tabbedPane = new JTabbedPane();
6 int selection = jtpRoot.getSelectedIndex();
7 JTabbedPane mainPanel = new JTabbedPane();
8 JTabbedPane result = new JTabbedPane();
9 jTabbedPane1.setTabPlacement(JTabbedPane.BOTTOM);
10 this.jTabbedPane.setEnabledAt( this.POS_PERSON, true );
11 JTabbedPane p = new JTabbedPane();
12 jTabbedPane = new JTabbedPane (
13 this.addTab("Controls", createControlsPanel());
14 JTabbedPane tabbed = new JTabbedPane();
15 tabs = new JTabbedPane(JTabbedPane.TOP);
16 int count = rightTabPane.getTabCount();
17 JTabbedPane pane = new JTabbedPane();
18 if (tabPane.getTabCount() > 1) {
19 JTabbedPane tabbed = new JTabbedPane();
20 int now=tabs.getSelectedIndex();

Links to utility classes and functions:

Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.