Method setOrientation(int orientation)
Return type: void
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
resizablePane.setOrientation(orientation);
2
splitPane.setOrientation(orientation);
3
splitPane.setOrientation(JSplitPane.HORIZONTAL_SPLIT);
4
setOrientation( JSplitPane.HORIZONTAL_SPLIT );
5
splitPane.setOrientation(JSplitPane.VERTICAL_SPLIT);
6
srPane.setOrientation(JSplitPane.VERTICAL_SPLIT);
7
centerPanel.setOrientation(JSplitPane.HORIZONTAL_SPLIT);
8
jSplitPane1.setOrientation(JSplitPane.VERTICAL_SPLIT);
9
jSplitPane1.setOrientation(JSplitPane.VERTICAL_SPLIT);
10
infoPanel.setOrientation(JSplitPane.VERTICAL_SPLIT);
11
tableViewerSplitPane.setOrientation(JSplitPane.VERTICAL_SPLIT);
12
tableViewerSplitPane.setOrientation(JSplitPane.VERTICAL_SPLIT);
13
jSplitPane2.setOrientation(JSplitPane.VERTICAL_SPLIT);
14
mainSplit.setOrientation(javax.swing.JSplitPane.VERTICAL_SPLIT);
15
mergeSplitPane.setOrientation(javax.swing.JSplitPane.VERTICAL_SPLIT);
16
jSplitPane1.setOrientation(javax.swing.JSplitPane.VERTICAL_SPLIT);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.