Method setRightComponent(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
splitPane.setRightComponent(panel);
2
splitPane.setRightComponent(emptyTreePanel);
3
splitPane.setRightComponent(previewPane);
4
daqletViewSplit_.setRightComponent ( new JScrollPane (empty_));
5
daqletListPane_.setRightComponent ( p );
6
pane.setRightComponent(detail);
7
splitPane.setRightComponent(comp);
8
s.setRightComponent(right);
9
setRightComponent(jspConfigSplit);
10
treeAndMain.setRightComponent(mainPanel);
11
resizablePane.setRightComponent((Component) editor);
12
_splitPane.setRightComponent(_sourceScrollPane);
13
jSplitPane1.setRightComponent(jScrlProperty);
14
splitPane.setRightComponent(new JScrollPane(tree));
15
_splitPane.setRightComponent(_manifestPanel);
16
splitPane.setRightComponent(listScrollPane);
17
tableViewerSplitPane.setRightComponent(detailTAScrollPane);
18
tableViewerSplitPane.setRightComponent(detailTAScrollPane);
19
jSplitPane.setRightComponent (jPanelDisplayProperties);
20
mainSplit.setRightComponent(feedbackScroll);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.