JavaTM Look and Feel Design Guidelines: Advanced Topics > Part I: General Topics > 4: Behavior > Tool Tips   PreviousNextContents/Index/Search


Tool Tips

Tool tips are small rectangles of text that describe a component or area whenever the pointer is over it. Among the properties of an application's tool tips are:

An application's settings for the onset delay and duration of tool tips apply to all tool tips in the application.

Choosing an appropriate onset delay and duration for your application's tool tips improves their usability. This section provides guidelines that help you choose an appropriate onset delay and duration.

For additional guidelines about tool tips, see Chapter 9 of Java Look and Feel Design Guidelines, 2d ed.

Provide a tool tip for each control in your application.

Set the tool tip duration to at least 15 seconds if any tool tip is longer than 10 words or if any tool tip provides information, such as numerical data, that users need to analyze.

If either or both of the following statements are true, set the onset delay of your application's tool tips to no more than 250 milliseconds:

If neither statement is true, consider using the JFC's default values for the onset delay and duration of tool tips.


Java Look and Feel Design Guidelines: Advanced Topics.
Copyright 2001. Sun Microsystems, Inc. All Rights Reserved.
PreviousNextContents/Index/Search