Field BOTTOM
Field type:
java.lang.String
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
if (JSplitPane.RIGHT.equals(position) || JSplitPane.BOTTOM.equals(position))
2
jSplitPane1.add(jPanel2, JSplitPane.BOTTOM);
3
position = JSplitPane.BOTTOM;
4
srPane.add(vIncludedGC, JSplitPane.BOTTOM);
5
jSplitPane1.add(mLogTextBox, JSplitPane.BOTTOM);
6
splitPane.add(this.textScrollPane,JSplitPane.BOTTOM);
7
infoPanel.add(invoicePanel, JSplitPane.BOTTOM);
8
jSplitPane2.add(messagesPanel, JSplitPane.BOTTOM);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.