Field TOP
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.LEFT.equals(position) || JSplitPane.TOP.equals(position))
2 jSplitPane1.add(jPanel1, JSplitPane.TOP);
3 position = JSplitPane.TOP;
4 srPane.add(vPane, JSplitPane.TOP);
5 jSplitPane1.add(mLayoutElementTree, JSplitPane.TOP);
6 splitPane.add(this.outputScrollPane,JSplitPane.TOP);
7 infoPanel.add(paymentPanel, JSplitPane.TOP);
8 jSplitPane2.add(jPanel3, JSplitPane.TOP);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.