All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stanford.karel.EmptyCanvas Maven / Gradle / Ivy

Go to download

This the original Stanford Karel for Java, packaged for Maven. ACM Library is included. See also https://cs.stanford.edu/people/eroberts/karel-the-robot-learns-java.pdf

The newest version!
/*
 * File: EmptyCanvas.java
 * ----------------------
 * This class is an empty lightweight component.
 */

package stanford.karel;

import java.awt.*;

class EmptyCanvas extends Component {
    /* Empty */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy