red faction | Code :
- public void paint(Graphics g)
- {
- trace("paint()" );
- if (image_WebcamImage == null)
- {
- Font f = new Font("Arial",Font.ITALIC + Font.BOLD,12);
- g.setFont(f);
- g.setColor(Color.green);
- g.drawImage(image_WebcamImage, 0,0, this);
- g.drawString("Time Left :",0,50);
- int sizeX= getHeight();
- int sizeX= getHeight();
- g.drawString("Test"+sizeX,0,20);
- }
- }
|
1)a lexecution test ne saffiche pas sauf si je retire +sizex et les 2 instructions au dessus
2) faut til obligatoirement vider le cache a chaque fois lorsquon developpe un applet pour voir les changements ?
|