Showing posts with label Smallest MIDlet. Show all posts
Showing posts with label Smallest MIDlet. Show all posts

Friday, December 4, 2009

Smallest MIDlet

public class SmallestMIDlet extend MIDlet {
    public void startApp(){}
    public void pauseApp(){}
    public void destroyApp(boolean _b){}
}