//The design of this program was an inspiration from an example in Sun's Java toutorial.
package misc;
import java.awt.*;
import java.applet.*;
import algebra.*;
//This class defines the canvas.
class Mycanvas extends Canvas {
}
//This canvas has the Mycanvas defined above and positions
//it with the scrollbars.
public class ScrollableCanvas extends Panel {