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.
我必须在屏幕底部设置按钮。我正在使用 lwit(UI)。有没有办法在菜单栏中放置按钮,我已经在菜单栏中设置了命令,但是命令名称部分显示为什么有人帮忙。感谢您的任何赞赏。
如果你使用addCommand(new Command("Name"));它应该工作。在标准模式下,命令仅占屏幕的 50%,因此如果您的文本较长,命令的文本将被裁剪。您可以替换MenuBar课程,但这是一项高级任务,因此我建议您不要去那里。
addCommand(new Command("Name"));
MenuBar