Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序(LWUIT,Java Me)。当我在设备上运行该应用程序时,它会占据整个屏幕。
但我希望顶部面板(设备的通知栏)可见。 有哪些解决方案?有什么设置lwuit吗?
lwuit
在 J2ME/LWUIT 中,您需要找到当前画布,然后调用setFullScreenMode(false)或启用本机命令(通过Display.setCommandBehavior)。
setFullScreenMode(false)
Display.setCommandBehavior
我建议不要这样做,因为结果在设备之间看起来/行为完全不同。