Method setCorner(String key, Component corner)
Return type: void
Member of:
javax.swing.JScrollPane
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
scroller.setCorner(JScrollPane.LOWER_LEFT_CORNER, glyphCorner);
2
scrollPane.setCorner(JScrollPane.UPPER_RIGHT_CORNER, colsButton);
3
setCorner( BSFScrollPane.UPPER_LEFT_CORNER, _selectAllButton );
4
sp.setCorner(JScrollPane.UPPER_LEFT_CORNER, cornerHeader);
5
setCorner( BSFScrollPane.UPPER_LEFT_CORNER, _selectAllButton );
6
pageContainer.setCorner(ScrollPaneConstants.UPPER_RIGHT_CORNER, actionPageUp);
7
jsp.setCorner(ScrollPaneConstants.UPPER_RIGHT_CORNER, printButton);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.