Method setBottomComponent(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.setBottomComponent(c);
2
attributeSplitPane.setBottomComponent(null);
3
attributeSplitPane.setBottomComponent(attributeFrame.attributePane());
4
_splitPane.setBottomComponent(_infoPanel);
5
splitPane.setBottomComponent(_infoPanel);
6
contentPane.setBottomComponent(pnlResults);
7
setBottomComponent(new JSplitPane(HORIZONTAL_SPLIT,
8
jspConfigSplit.setBottomComponent(jspDescription);
9
descriptionSplitPane.setBottomComponent(descriptionPanel);
10
srPane.setBottomComponent(vIncludedGC);
11
centerPanel.setBottomComponent(new JScrollPane(table));
12
bottomPane.setBottomComponent(agentTreeScrollPane);
13
jSplitPane1.setBottomComponent(jPanelMessageDetails);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.