|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectgridWorldTest.BugRunner
public class BugRunner
This class runs a world that contains a bug and a rock, added at random
locations. Click on empty locations to add additional actors. Click on
populated locations to invoke methods on their occupants.
To build your own worlds, define your own actors and a runner class. See the
BoxBugRunner (in the boxBug folder) for an example.
This class is not tested on the AP CS A and AB exams.
| Constructor Summary | |
|---|---|
BugRunner()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BugRunner()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||