Field HORIZONTAL_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 private JSplitPane mSplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
2 private JSplitPane jspRootSplitter = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
3 private JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
4 private JSplitPane rootView = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, true);
5 JSplitPane editorSplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, false),
6 if (Args.length() == 0) return new java.lang.Integer( javax.swing.JSplitPane.HORIZONTAL_SPLIT);
7 this(JSplitPane.HORIZONTAL_SPLIT, false,
8 mSplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,mLeftPane,mRightPane);
9 splitPane.setOrientation(JSplitPane.HORIZONTAL_SPLIT);
10 JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,
11 splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
12 JSplitPane split = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
13 JSplitPane mainSplit = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, leftSide, rightSide);
14 new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, logPanel, dataPanel);
15 jSplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, scroll1, scroll2);
16 JSplitPane splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, left, right);
17 splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, diagramListView, mainDiagramView);
18 JSplitPane.HORIZONTAL_SPLIT,
19 new JSplitPane(HORIZONTAL_SPLIT,
20 if(getOrientation() == JSplitPane.HORIZONTAL_SPLIT) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.