Method setLeftComponent(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
treeViewSplit_.setLeftComponent (new JScrollPane (dummytree));
2
treeViewSplit_.setLeftComponent (new JScrollPane (tree));
3
splitPane.setLeftComponent(treePane);
4
splitPane.setLeftComponent(createList());
5
pane.setLeftComponent(tree);
6
splitPane.setLeftComponent(comp);
7
resizablePane.setLeftComponent(null);
8
((JSplitPane)container).setLeftComponent(components[i]);
9
s.setLeftComponent(left);
10
setLeftComponent(jspFilters);
11
treeAndMain.setLeftComponent(treePanel);
12
editorSplitPane.setLeftComponent(createEditorPanel(0, tgModel));
13
jSplitPane1.setLeftComponent(jScrlTree);
14
splitPane.setLeftComponent(new JScrollPane(table));
15
_splitPane.setLeftComponent(_resourcesPanel);
16
splitPane.setLeftComponent(treeScrollPane);
17
tableViewerSplitPane.setLeftComponent(_logTableScrollPane);
18
tableViewerSplitPane.setLeftComponent(_logTableScrollPane);
19
jSplitPane.setLeftComponent (jScrollPane);
20
mainSplit.setLeftComponent(transferPanel);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.