In my data field App, I have problems aligning graphics with text in simulator vs on real device. I have made a code example of this problem using this in onUpdate(): dc.setColor(Graphics.COLOR_GREEN, Graphics.COLOR_WHITE); dc.clear(); dc.fillRectangle...