Method setToolTipText(String text)
Return type: void
Member of:
javax.swing.JComponent
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
setToolTipText("Alt-click to see menu, drag with meta key to move");
2
setToolTipText("");
3
pluginButton.setToolTipText("Select and configure plugins");
4
NewButton.setToolTipText("New");
5
b.setToolTipText("Edit Schedule");
6
testB.setToolTipText("Play back what you captured");
7
b.setToolTipText("Edit Actions");
8
parent.setToolTipText("original");
9
((DefaultTableCellRenderer)headerRenderer).setToolTipText(
10
jButton1.setToolTipText("Open File");
11
btnPlus.setToolTipText("Plus...");
12
closeButton.setToolTipText("Close this help window");
13
ivjHookSwitch.setToolTipText("Clickhere to pick up or put down the phone");
14
_pauseButton.setToolTipText("Unpause listeners");
15
getMiniStatus().setToolTipText("");
16
this.cancel.setToolTipText("Exit.");
17
setToolTipText("Status Text and Progress Bar");
18
advanceMenu.setToolTipText("Select rapid time advancement");
19
okButton.setToolTipText("Save changes");
20
b.setToolTipText( "Adds a path to be included from the next rebuild" );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.