![]() |
Method setLastDividerLocation(int newLastLocation)
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 | jSplitPane1.setLastDividerLocation(75); |
| 2 | splitPane.setLastDividerLocation(300); |
| 3 | centreSplitPane.setLastDividerLocation(300); |