Field VERTICAL_SPLIT
Field type: int
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 protected JSplitPane jSplitPane1 = new JSplitPane(JSplitPane.VERTICAL_SPLIT);
2 private JSplitPane rootPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT);
3 new JSplitPane(JSplitPane.VERTICAL_SPLIT);
4 JSplitPane splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT);
5 private JSplitPane jspConfigSplit = new JSplitPane(VERTICAL_SPLIT, true);
6 attributeSplitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, false);
7 return new JSplitPane(JSplitPane.VERTICAL_SPLIT, BuildMetricsResultPanel(), BuildMetricsChartPanel());
8 if (Args.length() == 0) return new java.lang.Integer( javax.swing.JSplitPane.VERTICAL_SPLIT);
9 result.add(new JSplitPane(JSplitPane.VERTICAL_SPLIT, BuildProjectPanel(), BuildChartsPanel()), BorderLayout.CENTER);
10 if (getOrientation() == VERTICAL_SPLIT) {
11 JSplitPane result = new JSplitPane(JSplitPane.VERTICAL_SPLIT,
12 splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, keyPane, summaryPane);
13 _splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT);
14 JSplitPane leftSide = new JSplitPane(JSplitPane.VERTICAL_SPLIT, topLeft, bottomLeft);
15 JSplitPane.VERTICAL_SPLIT, new JScrollPane(_textPane), null);
16 JSplitPane.VERTICAL_SPLIT,
17 new JSplitPane(JSplitPane.VERTICAL_SPLIT, upperRight, lowerRight);
18 super(VERTICAL_SPLIT);
19 JSplitPane split = new JSplitPane(JSplitPane.VERTICAL_SPLIT,
20 JSplitPane containerSplitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, controlPanel, tabbed);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.