B
bokiteam
Hi All,
My program:
public class Boki extends MIDlet implements Runnable{
....
....
Boki_END()
{
destroyApp(false);
}
.....
}
I don't know why when I call Boki_END(), the program screen is still
there....
BR
/Boki.
My program:
public class Boki extends MIDlet implements Runnable{
....
....
Boki_END()
{
destroyApp(false);
}
.....
}
I don't know why when I call Boki_END(), the program screen is still
there....
BR
/Boki.