如何在工具栏上的FontImage中添加下面的名称?

时间:2017-05-11 04:22:40

标签: codenameone

我正在使用工具栏的代号为fontImages的fontImages。所以我们的要求是将下面的名称设置为字体图像。

1 个答案:

答案 0 :(得分:1)

这样的事情:

Command cmd = toolbar.addMaterialCommandToRightSide("Name", FontImage.MATERIAL_INFO, e -> {});
Button b = toolbar.findCommandComponent(cmd);
b.setTextPosition(Component.BOTTOM);