Problem with browser after re-compiling source

Hello everyone! Happy New Year! I am taking the online Java course provided by SUN

"Trail: Learning the Java Language | Lesson: Object-Oriented Programming Concepts" Its sweet! The problem I am having is I compile the source code for the example I am working on and than I change a setting, say the radius of a circle. I re-compile the source, "javac ClickMe.java" and than I try to see the result in my browser but it still shows the old circle with same radius. The only way I can see my new result is by closing all my browser windows and opening a new browser window. Than I can see the changes I made.

+ Question: HOw can I see the re-compiled code result with out closing all my browser windows?

I am using "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0"

Please Help!!!!!

[849 byte] By [Jongstera] at [2007-10-1 1:36:20]
# 1

> The only way I can see my new result is by closing all my browser windows and opening a new

> browser window.

If you can't instruct the browser to dump its cache, above is the only solution to run a new version of

an applet. From my own experience, almost all the browsers are dummies in this regard.

hiwaa at 2007-7-8 1:56:21 > top of Java-index,Security,Event Handling...
# 2
That really blows chunks. I set the cache level to Zero and I still have to close and open a new window to see updated code. Wish there was an easier way. I also dumped the cache too before I set it to Zero. Same problem. OH WELL! Thank You for your speedy reply. I shall continue on!
Jongstera at 2007-7-8 1:56:21 > top of Java-index,Security,Event Handling...
# 3
If you are using Internet Explorer, you can try CTRL + F5 key combination. Or CTRL + click on the refresh button. Or ALT + click on refresh button. One of those should cause IE to reload the applet. I think Netscape supports something similar.
atmguya at 2007-7-8 1:56:21 > top of Java-index,Security,Event Handling...
# 4
Thanks! It worked for IE. However I tried it with firefox and nothing. Ill just use IE than when testing. Ill go to a firefox msg board and see if someone there can tell me how to do it. Thanks BUDDY!!!!
Jongstera at 2007-7-8 1:56:21 > top of Java-index,Security,Event Handling...