|
- General
- Java user interface standards will be followed unless otherwise specified
- Title bars
- Accurate and consistent titles will be displayed in all windows, frames, and dialogs
- Dialogs
- The user will be able to cancel all dialogs by hitting the [Esc] key
- Disposing a dialog will have the same effect as hitting [Cancel]
- Text fields
- Text fields will match the corresponding database fields.
- Text fields will not allow users to type invalid characters
-
For instance, if a user tries to type alphabetic characters into a numeric field, the alpha characters will not be displayed
-
This was marked as an issue
- Textareas
- Tab keys will not be allowed in text areas
- Tab keys will specifically move the user out of the textarea
- Tables
- Tables will not allow columns to be moved around.
- Tables will not allow columns sorting unless otherwise indicated.
- Input focus
- Focus on input widgets will follow the standard left to right, top to bottom flow unless otherwise specified.
-
Default button
-
A default button will be specified on screens, and will logically follow user focus.
-
For example, on a wizard requiring multiple dialogs, the "Next" button on each dialog will be the default button.
Next: Documentation, Help System, and
Up: Assumptions
Previous: Application Mode Assumptions
  Contents
  Index
|
|