Código del botón:
int[] x={ 420,
420,
380,
300,
260,
260,
220,
180,
140,
140,
150,
200,
200,
160,
90,
100,
120,
200,
200,
160,
160,
180,
220,
220,
280,
280,
260,
260,
400,
360,
320,
280};
int[] y={ 180,
60,
100,
100,
60,
140,
100,
100,
140,
80,
80,
40,
20,
20,
80,
160,
270,
270,
230,
230,
210,
190,
190,
270,
270,
230,
230,
180,
200,
220,
220,
180};
hila.hacergato(jPanel1.getGraphics(), x, y, 32);
Codigo del metodo:
public static void hacergato(Graphics g,int[] x, int[] y, int n){
g.drawPolygon(x, y, n);
}
No hay comentarios:
Publicar un comentario