Uses of Class
app2.client.App

Packages that use App
app2.client   
app2.client.game   
 

Uses of App in app2.client
 

Constructors in app2.client with parameters of type App
IHMGasp(App m)
          Initialize the MIDlet with a handle to the current display
 

Uses of App in app2.client.game
 

Constructors in app2.client.game with parameters of type App
SimpleGameCanvas(App midlet, IHMGasp ihmGasp, int _time)
           
GameCanvas(App midlet, IHMGasp ihmGasp, int _time)