java.lang.Objectcom.otherwise.jurtle.Turtle
GUI
Field Summary | |
(package private) javax.swing.JButton |
blueBtn
|
(package private) javax.swing.JFrame |
frame
|
(package private) javax.swing.JButton |
greenBtn
|
(package private) javax.swing.JButton |
redBtn
|
Fields inherited from class com.otherwise.jurtle.Turtle |
NO_PAUSE |
Constructor Summary | |
GUI()
|
Method Summary | |
void |
runTurtle()
Main entry point to the code. |
Methods inherited from class com.otherwise.jurtle.Turtle |
backward, center, clearDisplay, forward, getAutoUpdate, getAutoUpdatePause, getDisplay, getDisplayColor, getDisplayContainer, getDisplaySize, getGraphics, getHeading, getPenColor, getPenWidth, getPixelColor, getPosition, getTurtles, hideTurtle, home, isPenDown, isRunning, isVisible, left, paintTurtle, pause, penDown, penErase, penPaint, penUp, right, run, setAutoUpdate, setAutoUpdatePause, setDisplayColor, setHeading, setPenColor, setPenWidth, setPixelColor, setPosition, setPositionX, setPositionY, showTurtle, start, stopTurtle, turtleStopped, updateDisplay, waitForStop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
javax.swing.JFrame frame
javax.swing.JButton redBtn
javax.swing.JButton greenBtn
javax.swing.JButton blueBtn
Constructor Detail |
public GUI()
Method Detail |
public void runTurtle()