import javax.swing.JPanel;

public class TurtleCanvas extends JPanel {
    // To be filled in later...
}