Ver Mensaje Individual
  #8 (permalink)  
Antiguo 03/08/2008, 09:41
txiti
 
Fecha de Ingreso: junio-2008
Mensajes: 168
Antigüedad: 15 años, 10 meses
Puntos: 0
Respuesta: problema con Clase Graphics

@Override
public void paint(Graphics g) {
this.paint(0, 0, this.getWidth(), this.getHeight());
this.paint(0, this.getHeight(), this.getWidth(), 0);
}

}

voy a seguir teniendo problemas ala hora de llamar al metodo con Graphics, yo creo q no me entiendes!