Method setRolloverIcon(Icon rolloverIcon)
Return type: void
Member of:
javax.swing.AbstractButton
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
button.setRolloverIcon(PropUtils.getCustomButtonIcon());
2
button.setRolloverIcon(PropUtils.getCustomButtonIcon());
3
setRolloverIcon(rolloverImageIcon);
4
button.setRolloverIcon(getImage(name + ".over.gif"));
5
jButtonOk.setRolloverIcon(icon);
6
mvNWBt.setRolloverIcon(new ImageIcon(this.getClass().getResource("/images/m_nw_h.gif")));
7
jButton1.setRolloverIcon(searchDn);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.