search for: fillov

Displaying 1 result from an estimated 1 matches for "fillov".

Did you mean: fillol
2005 Aug 09
3
file
...y = (int) (Math.random() * 210 - 100); n = (int) (Math.random() * 260 - 100); o = (int) (Math.random() * 240 - 100); // g.drawImage(img1, x, y, 120, 150, this); g.drawImage(img2, m, n, 60, 40, this); // g.drawImage(img3, k, o, 140, 170, this); g.fillOval(225, 620, 150, 150); g.setColor(Color.red); g.fillOval(c, d, 20, 20); g.setColor(Color.BLACK); g.fillRoundRect(293, 530, 15, 150, 10, 10); } public void run() { while (true) { // a1.play(); m += 10; d -= 10;...