I have app (LWUIT, Java Me). When I run the app on device, it occupies the all screen. But I want top panel (notification bar of device) is visible.
What are the solutions? Maybe any settings for form of lwuit?
| ||||
|
feedback
|
|
In J2ME/LWUIT you need to find the current canvas and just call I would recommend against this since the result would look/behave radically differently between devices. | |||||||||
feedback
|
Canvas. – pheromix Feb 8 at 11:09