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.
我正在为 S40 Mobiles 开发 J2ME Lwiit 应用程序,当我在(Qwerty S40 Mobiles)中向 Exit 等表单添加命令时,中间会出现另一个选择命令。左侧菜单出现的问题是包含 2 个命令(退出并选择)。如何从菜单中删除选择命令?
所以你需要使用的是MenuBar.
MenuBar
这个短语是从 API 复制的
此类表示 Form MenuBar。此类负责显示表单命令并处理设备软键、返回键、清除键等...此类可以在 LookAndFeel 中被覆盖和替换
所以我认为如果你可以MenuBar从你的 中获得Form,你也可以删除它Command。
Form
Command
菜单栏 API