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!!!!!

