package TurtleGraphics does not exist.

import TurtleGraphics.StandardPen;

public class test {

public static void main(String args[]) {

Standard pen=new StandardPen();

pen.up();

pen.move(25);

pen.turn(90); pen.move(25);

pen.down();

}

}

IT SAYS THE FOLLOWING:

package TurtleGraphic does not exist.

null

[340 byte] By [brad13a] at [2007-10-3 9:51:17]
# 1
[url http://forum.java.sun.com/thread.jspa?threadID=785880&messageID=4466536#4466536]Crosspost.[/url]
CaptainMorgan08a at 2007-7-15 5:08:36 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...