Constructor JSplitPane(int newOrientation, Component newLeftComponent, Component newRightComponent)
Member of: javax.swing.JSplitPane
[api documentation ] [ main menu]

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

1 return new JSplitPane(JSplitPane.VERTICAL_SPLIT, BuildMetricsResultPanel(), BuildMetricsChartPanel());
2 result.add(new JSplitPane(JSplitPane.VERTICAL_SPLIT, BuildProjectPanel(), BuildChartsPanel()), BorderLayout.CENTER);
3 mSplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,mLeftPane,mRightPane);
4 splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, keyPane, summaryPane);
5 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,
6 JSplitPane leftSide = new JSplitPane(JSplitPane.VERTICAL_SPLIT, topLeft, bottomLeft);
7 new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, logPanel, dataPanel);
8 jSplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, scroll1, scroll2);
9 JSplitPane splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, left, right);
10 splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, diagramListView, mainDiagramView);
11 new JSplitPane(HORIZONTAL_SPLIT,
12 JSplitPane resultsSplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, astPanel, xpathResultPanel);
13 JSplitPane jsp1 = new JSplitPane(JSplitPane.VERTICAL_SPLIT,
14 _splitter = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,
15 splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,
16 JSplitPane panel=new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,p1,p2);
17 nsSplitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, pCommand,
18 splitPane = new JSplitPane( JSplitPane.HORIZONTAL_SPLIT, categories, documents);
19 JSplitPane splitPane = new JSplitPane (
20 JSplitPane splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.