I want to display the status bar in my J2ME application so i put this line of code in the midlet,
[B]((Canvas) (javax.microedition.lcdui.Display.getDisplay(this).getCurrent())).setFullScreenMode(false);[/B]
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.
