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.
我想在我的 J2ME 应用程序中显示状态栏,所以我将这行代码放在 midlet 中,
((Canvas) (javax.microedition.lcdui.Display.getDisplay(this).getCurrent())).setFullScreenMode(false);
所以我想删除整个菜单栏和出现在屏幕底部的本机命令,有没有办法做到这一点?
然后我会放一个自定义栏或使用第三方,如 Lwuit。