PersistentSelectorpublic class PersistentSelector extends com.sun.midp.midlet.Selector This class is Selector that will not exit after launching the selected
MIDlet, so the user can pick another MIDlet after the selected MIDlet ends. |
Constructors Summary |
---|
public PersistentSelector()Create and initialize a new Persistent Selector MIDlet.
super(false);
|
|