Lessons Learned, cont.
Rapid prototyping works well for interface design
- You can design and test one functionality at a time without heavy commitment to one way of doing things
Java supports rapid prototyping well
- Since each widget, function, relationship is an object, you can play with any part of the interface without altering the whole thing
- Helps to conceptually break up parts of interface