I'm using Lwuit S40 in my J2ME Application, i want to show the status bar which contains the battery/time... in the application , i tried to put this line of code in the Midlet
((Canvas)(javax.microedition.lcdui.Display.getDisplay(this).getCurrent())).setFullScreenMode(false);
It works , but 2 menus bar appear at the bottom.What should i do to solve this?