Java Reference
In-Depth Information
Figure 14-11. JColorChooser: HSB view in action
See Also
This program introduces setToolTipText() , a method to set the text for pop-up “tooltips”
that appear when you position the mouse pointer over a component and don't do anything for
a given time (initially half a second). Tooltips originated with Macintosh Balloon Help and
were refined into ToolTips under Microsoft Windows. [ 47 ] Tooltips are easy to use; the
simplest form is shown here. For more documentation, see Chapter 3 of Java Swing .
Formatting JComponents with HTML
Problem
You want more control over the formatting of text in JLabel and friends.
 
Search WWH ::




Custom Search