onTop side menu in the rightmost side of the app

2019-05-23 09:09发布

By default, Codename One onTop side menu is on the left of the title area.
Is it possible to have it on the right instead?

Command services = new Command("  Services", servicesIcon) {

    @Override
    public void actionPerformed(ActionEvent evt) {
    }
};
f.getToolbar().addCommandToSideMenu(services);

1条回答
Melony?
2楼-- · 2019-05-23 09:55

Currently we don't support putting the side menu on the right side of the UI I think there is an RFE on that but I'm not sure.

It's something we need to have for RTL/bidi (Right to left languages) which expect the UI to reverse.

查看更多
登录 后发表回答