You are not logged in.
Team Silver Snakes noticed that the screens took a parent object of type Frame, which doesn't make sense unless all of the screens go into a the program Frame. In this case, an attribute is needed in AtmApplication to hold that reference. Dr. Taylor is going to consult Dr. Hornick about this.
Last edited by hicksj (2007-10-19 14:49:51)
Offline
The Frame is provided primarily to give positioning information to the operating system. The intent is that all of the UI screens other than the Welcome Screen will be passed a reference to the Welcome Screen as the Frame. The Welcome Screen can be passed null (or you can modify the Welcome Screen constructor so that it does not take a Frame as a parameter).
Also, the AccountInfo.getAccountType should return an int instead of an AccountType object.
Offline