Difference between revisions of "UserInterfaceTodo"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* Pressing Escape in dialogs should close them. | * Pressing Escape in dialogs should close them. | ||
** See also: [http://www.javaworld.com/javaworld/javatips/jw-javatip72.html] | |||
* When a new account is created: | * When a new account is created: | ||
** If an other user is still logged in, ask him what to do | ** If an other user is still logged in, ask him what to do |
Revision as of 13:07, 13 June 2006
- Pressing Escape in dialogs should close them.
- See also: [1]
- When a new account is created:
- If an other user is still logged in, ask him what to do
- Otherwise, automatically log in.
- When a user is not logged in, don't show any of the tabs.
- When I press Enter in the Login-dialog, perform the Login-action.
- Currently the keyListener doesn't listen to keyEvents in the e-mail or password input-field.