
public void destroyApp(boolean unconditional)
{
form=null;
display=null;
//control point
System.gc();
notifyDestroyed();
}
