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);