NOMADMAN
Dec 15th, 2001, 01:38 AM
Sorry for the lame question but I got a whole bunch of my GUI in my JApplet, under the paint class
public void paint( Graphics g ) {
...
}
I also have a button addButton, when I click the button it edits the information that is being displayed, how do I refresh the screen so the new info is shown?!?!
I.E. Like clearing the current applet display and then calling the paint class again, how you do that?!?! It's probably real simple...
THANKS!
NOMAD
P.S. This is an ASAP subject, I need it within a couple hours, PLEASE!!! :eek:
public void paint( Graphics g ) {
...
}
I also have a button addButton, when I click the button it edits the information that is being displayed, how do I refresh the screen so the new info is shown?!?!
I.E. Like clearing the current applet display and then calling the paint class again, how you do that?!?! It's probably real simple...
THANKS!
NOMAD
P.S. This is an ASAP subject, I need it within a couple hours, PLEASE!!! :eek: