/*
* Maze.Java
*
* Created on 2005年12月2日, 下午1:04
*/
package com.j2medev.maze;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
/**
* This is the main class of the maze game.
*
* @author Carol Hamer
*/
public class Maze extends MIDlet implements CommandListener {
(出处:http://www.knowsky.com)