Method setTopComponent(Component comp)
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
infoPanel.setTopComponent(pane);
2
infoPanel.setTopComponent(js);
3
_splitPane.setTopComponent(new JScrollPane(_manifestTree));
4
splitPane.setTopComponent(_scrollPane);
5
contentPane.setTopComponent(pnlEditor);
6
setTopComponent(mediaSourceTabs);
7
jspConfigSplit.setTopComponent(jspProperties);
8
attributeSplitPane.setTopComponent(editorSplitPane);
9
splitPane.setTopComponent(topPane);
10
srPane.setTopComponent(vPane);
11
centerPanel.setTopComponent(dynamicTree);
12
hostPane.setTopComponent(hostTreeScrollPane);
13
jSplitPane1.setTopComponent(messageListJScrollPane);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.