Simple paint question...

i created a

publicvoid paint(Graphics g)

{

super.paint(g);

..............

}

Now i wanna include this in an event handler, everytime an event occurs, it should call this paint method to draw but paint() is not recognized.... how do i do this? Thanks in advance

[421 byte] By [Spidergrega] at [2007-10-2 15:30:19]
# 1
Nevermid.. i got it
Spidergrega at 2007-7-13 14:54:36 > top of Java-index,Desktop,Core GUI APIs...