Uses of Class
org.jbox2d.testbed.TestbedMain

Packages that use TestbedMain
org.jbox2d.testbed   
 

Uses of TestbedMain in org.jbox2d.testbed
 

Fields in org.jbox2d.testbed declared as TestbedMain
 TestbedMain TestbedOptions.p
           
 TestbedMain AbstractExample.parent
          The controller that the AbstractExample runs in
 

Constructors in org.jbox2d.testbed with parameters of type TestbedMain
AbstractExample(TestbedMain _parent)
          Instantiate the test.
TestbedOptions(TestbedMain _p)