Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Nokia Dct4 Calculator Online

Command cmdAdd = new Command("Add", Command.OK, 1); Command cmdSub = new Command("Subtract", Command.OK, 2); Command cmdMul = new Command("Multiply", Command.OK, 3); Command cmdDiv = new Command("Divide", Command.OK, 4); Command cmdEq = new Command("Equals", Command.OK, 5); Command cmdExit = new Command("Exit", Command.EXIT, 1);

public void startApp() { Form form = new Form("Calculator"); nokia dct4 calculator

public CalculatorMIDlet() { display = Display.getDisplay(this); } Command cmdAdd = new Command("Add", Command