I want to display the status bar in my J2ME application so I put this line of code in the midlet,
((Canvas) (javax.microedition.lcdui.Display.getDisplay(this).getCurrent())).setFullScreenMode(false);
So I want to remove the whole menu bar and the native commands which appear at the bottom of the screen, is there a way to do that?
Then I will put a custom bar or use a third party such as Lwuit.