Lecture 7
9
Shapes classes
•Particular shapes:
–horizontal line: class HLine
–box: class Box
–VLine, Frame, Triangle (hw4)
•Shapes are clients for Screen
–Use Screen API  (javadoc)
–Don’t look at source code
•TestShapes is a test driver (client)             for HLine and Box