Hi, according to my codes, i append my form first on the canvas and then the following of threading codes, but my threading image does not appear as my form overlap the whole rectangle.Code:public void paint(Graphics g) { clearScreen(G); form= getForm(); display.setCurrent(form); g.setColor(0xFFFFFF); g.fillRect(60,100,getWidth(),getHeight()); alice.setRefPixelPosition(60,100); alice.nextFrame(); alice.paint(g); }
Is there a way for me to resize the form to a smaller size?
Thanks in advance.

Reply With Quote




