Nov 12, 2002 in class demonstration of classes and packages. We decided to create a package "TextShapes", with with classes called "Box" and "Diamond" that would hold the information for and methods to draw things like this: Box +---------+ | | | Hi. | +---------+ Diamond * * * * * * * * * * * * Files: RunTheBoxes - main() method to test the boxes. TextShapes/Box.java - java source for Box class TextShapes/Diamond.java - java source for Diamond class