Why do I get a different behviour in Codename One simulator than on a real Android device?
问题 I am trying to figure out why I get a different behaviour in the simulator (iPhone, Nexus, Nexus5, ... skins ) VS on an Android real device with the following code (my goal is to draw a text over a background image and save the whole in background image resolution) : Please note that the GUI was done with the Designer. protected void beforeMain(Form f) { // The drawing label will contain the whole photo montage f.setLayout(new LayeredLayout()); final Label drawing = new Label(); f