1   // joi/5/shapes/Shape.java                         
2   //                                                            
3   //                                                            
4   // Copyright 1998-2001 Bill Campbell and Ethan Bolker                         
5                                                               
6   
7   // dummy so ShapeOnScreen will compile
8   
9   public class Shape
10  {     
11  }
12