Symbian Games 240x320 -

public void pauseApp() {} public void destroyApp(boolean unconditional) {}

public void run() { while (running) { repaint(); updateGame(); try Thread.sleep(30); catch (Exception e) {} } } symbian games 240x320

}

public void commandAction(Command c, Displayable d) if (c == exitCommand) destroyApp(true); notifyDestroyed(); symbian games 240x320