我正在使用工具栏的代号为fontImages的fontImages。所以我们的要求是将下面的名称设置为字体图像。
答案 0 :(得分:1)
这样的事情:
Command cmd = toolbar.addMaterialCommandToRightSide("Name", FontImage.MATERIAL_INFO, e -> {});
Button b = toolbar.findCommandComponent(cmd);
b.setTextPosition(Component.BOTTOM);