Display.getInstance().setForceFullScreen(false);
set true is full screen on emulator, set false is not. But this doesn't work on the s40 phone.
Type: Posts; User: martingku; Keyword(s):
Display.getInstance().setForceFullScreen(false);
set true is full screen on emulator, set false is not. But this doesn't work on the s40 phone.
import com.sun.lwuit.Display;
import com.sun.lwuit.Form;
protected void startApp() {
Display.init(this);
// whithout the code below i can get status bar. And i think the com.sun.lwuit.Form...