net.jinx.physics.util
Interface PhysicsGUI

All Known Implementing Classes:
Main

public interface PhysicsGUI


Method Summary
 void displayGUI(Hierarchy h, Scene scene)
           
 java.lang.String[] getVersion()
          Provides the version String array for this PhysicsGUI.
 

Method Detail

displayGUI

void displayGUI(Hierarchy h,
                Scene scene)

getVersion

java.lang.String[] getVersion()
Provides the version String array for this PhysicsGUI.

Returns:
an array of String objects that describe the version. This will have one or more elements. The first element should be a line describing the version of the application. Any others can be for just about any purpose you like. I suggest providing version Strings for libraries that are used (if available).