Ignore:
Timestamp:
12/18/13 14:22:48 (11 years ago)
Author:
jts21
Message:

Generated settings frames now use capitalised setting names, and settings are generated/displayed in the order they were declared in code.
Settings with no value no longer have a ':' after their name (good for some things, however maybe we should be showing somehow that some settings can have a value set after a colon, and others use a frame linked from the setting item, and others just use the properties of the setting item?).
Password setting(s) now use the password widget.
Fixed some problems with settings that try to work without having a value set (SpellChecker, ColorWheels, HomeFrame).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/widgets/Password.java

    r530 r641  
    5454                return new String(this.passwordField.getPassword());
    5555        }
     56       
     57        public void setPassword(String password) {
     58                this.passwordField.setText(password);
     59        }
    5660
    5761}
Note: See TracChangeset for help on using the changeset viewer.