stanford.karel.EmptyCanvas Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javakarel Show documentation
Show all versions of javakarel Show documentation
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 */
}