import edu.carleton.motion.*; /** This class contains the main method and doesn't do anything else. * @author Alina Badus * @version 10/11/2003 */ public class laboratory { /** This method creates the interface. The control part is done by the * interface, which in turn calls the DrawingScreen. */ public static void main(String[] args) { new UserInterface(); } }