import objectdraw.*; import java.awt.*; /** Include your name, date, and a description of the program here. */ public class LaundryTrainer extends WindowController { // place constant and instance variable declarations here public void begin() { } // end begin public void onMouseClick(Location point) { } // end onMouseClick public void onMousePress(Location point) { } // end onMousePress public void onMouseDrag(Location point) { } // onMouseDrag public void onMouseRelease(Location point) { } // onMouseRelease } // end LaundryTrainer