| Listing 8. Add a turtle to the world. |
|---|
Turtle turtle = new Turtle(world);
turtle.turn(90);
}//end actionPerformed
}//end class definition
);//end addActionListener
}//end run
//---------------------------------------//
}//end class Prob03Runner
|