Method setDividerLocation(double proportionalLocation)
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
_splitPane.setDividerLocation(0.7);
2
splitPane.setDividerLocation(0.7);
3
result.setDividerLocation(0.8);
4
sppRoot.setDividerLocation(0.80d);
5
contentPane.setDividerLocation(0.50d);
6
splitPane.setDividerLocation(0.5d);
7
splitPane.setDividerLocation(0.5d);
8
setDividerLocation(0.5);
9
jsp1.setDividerLocation((double)0.5);
10
jSplitPane1.setDividerLocation(0.5);
11
temp.getMySplitPane().setDividerLocation(0.2);
12
attributeSplitPane.setDividerLocation(lastAttributeDividerPosition);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.