contents
Class StartScreen

java.lang.Object
  extended by Form
      extended by contents.StartScreen

public class StartScreen
extends Form

Represents the start-screen that shows options.

Author:
Gabriele Bianchi

Field Summary
static Command EXIT
           
static Command OK
           
 ChoiceGroup start
           
 
Constructor Summary
StartScreen(StartMidlet midlet)
           
 
Method Summary
 void commandAction(Command cmd, Item i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXIT

public static Command EXIT

OK

public static Command OK

start

public ChoiceGroup start
Constructor Detail

StartScreen

public StartScreen(StartMidlet midlet)
Method Detail

commandAction

public void commandAction(Command cmd,
                          Item i)
Parameters:
Command -
Item -