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.JSplitPane
[api documentation] [ main menu] Search

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

1 JSplitPane jsp1 = new JSplitPane(JSplitPane.VERTICAL_SPLIT,
2 JSplitPane leftSide = new JSplitPane(JSplitPane.VERTICAL_SPLIT, topLeft, bottomLeft);
3 new JSplitPane(
4 daqletViewSplit_ = new JSplitPane
5 JSplitPane resultsSplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, astPanel, xpathResultPanel);
6 int orientation = JSplitPane.HORIZONTAL_SPLIT;
7 if ( getLeftComponent() != null && getLeftComponent() instanceof BSFRefreshable ) {
8 resizablePane.setLeftComponent(listPanel);
9 if (getOrientation() == VERTICAL_SPLIT) {
10 JSplitPane result = new JSplitPane(JSplitPane.VERTICAL_SPLIT,
11 new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, logPanel, dataPanel);
12 final JSplitPane descriptionSplitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT);
13 JSplitPane inner = new JSplitPane(
14 JSplitPane treeAndMain = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
15 JSplitPane tableViewerSplitPane = new JSplitPane();
16 final JSplitPane tableViewerSplitPane = new JSplitPane();
17 super(VERTICAL_SPLIT);
18 splitPane.add(graphPanel, JSplitPane.LEFT);
19 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,
20 splitpane = new JSplitPane();

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.