CS 4773 Object Oriented Systems February 2, 2005
Topics for today:
- Next assignment
- Finish talking about Error Logger, ArrayList and generics
- Comments on Assignment 1
- Swing Intro
Comments on Assignment 1
- Keep it simple
- You should not add a new panel when you set the message
Change the message in the panel you have added.
- If you used a JLabel for the message, just use the setText
method to change the message. You do not have to make a new label.
- Do not change the message by creating a new MessageFrame and hiding the old one.
- The sleep should be in the main function, not in the MessageFrame
- Some people changed the wrong message after the sleep.
- Do what you are asked to do, no more or less.
One person decided to put a box around the text because he had
found the code to do so.
- Zip up the directory containing the .jpx file, not its parent.
- You must had in the assignments.