Question

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?enter image description here

Was it helpful?

Solution

You should use native commands when working in this mode. I don't use the S40 version myself so I have no idea what these guys did. However, LWUIT proper and Codename One have the ability to set commands to native commands.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top