From: SourceForge.net <no...@so...> - 2004-04-15 05:19:55
|
Feature Requests item #935412, was opened at 2004-04-14 22:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=935412&group_id=44253 Category: User interface Group: None Status: Open Priority: 5 Submitted By: Neal Horowitz (nrhorowitz) Assigned to: Nobody/Anonymous (nobody) Summary: Accelerator keys Initial Comment: Story: A user wants to quit DrJava. After choosing File->Quit, the user is prompted with a dialog, "Are you sure you want to quit DrJava?" Beneath the message, there are _Y_es and _N_o buttons (with the first letter underlined), indicating that typing Y or N will have the same effect as clicking Yes or No, respectively. The user is sure, presses the Y key, and DrJava exits. The dialog appears as stated, but the current behavior requires the user to type alt-Y or alt-N to use the accelerator keys. This is fairly unintuitive outside the context of the accelerator keys for the pulldown menus in the main windows. For dialogs, it makes more sense not to require the alt press. Clearly, this would involve some mucking with swing/awt primitives. A good place to start might be looking at the key processing done by a JOptionPane. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=935412&group_id=44253 |