User:Hyad/SE/Project Questions
Jump to navigation
Jump to search
- isUser --> IsUser
- isAdmin - does by process of elimination
- if we make an Admin class - have a check to make sure there is only one admin
- Do we comment JUnit test?
- getUser(String username, String password) and getUser(String username)
- should first one be set password
- removed extra
public tramb.database.user.UserDatabase userDatabase;
- I DID NOT change TeacherEditStudent to extends UserWindow {...}
- We probably should pass db into TeacherEditStudent and AdminWindow
- remake UML& Javadoc with private JList and Set of students &
JTextField student_fname; JTextField student_lname; JTextField student_grade_level; JTextField student_username; JTextField student_password;
- Maybe make toString() for a User to be that person's username
10/26/05
- Image file filter?
- Do we want we want "Clear Fields" and "Save Changes" to edit word list section?
Stuff
- Use JUnit test
- Make R1 executable jar file