java.sun.com >
Guidelines Home Page > Java Look and Feel Design Guidelines
>
Part IV: Backmatter
> A: Keyboard Shortcuts, Mnemonics, and Other Keyboard Operations >
Secondary Windows and Utility Windows
  PreviousNextContents/Index/Search


Secondary Windows and Utility Windows

The following table lists the keyboard operations for secondary windows (dialog boxes and alert boxes). Utility windows use the same operations. For comprehensive treatment of dialog boxes and alert boxes, see Chapter 8. For a discussion of utility windows, see Utility Windows.

 Keyboard navigation support for the JDialogPane component is not fully operational in the Java 2 SDK. The action specified for the Escape key must be programmed by the developer.

Table 23   Keyboard Operations for Dialog Boxes 
Keyboard Operation Action
Alt-F6 Navigates into secondary window; when in secondary window, navigates to the associated higher-level window
Escape Activates Cancel button (no need for keyboard focus)
Enter, Return Activates default command button (no need for keyboard focus)


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