search for: fillroundrect

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

2005 Aug 09
3
file
...// 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; if (d == 0) { d = 300; } if(m==600) m=0; try { t.sleep(10...