Re: how to make graphics in Applet not to repaint after I click the "refresh" button




You are better off looking to web start to launch
the applet(1), and using the JNLP PersistenceService(2)
to store the relevant information between runs.

1) <http://www.physci.org/jws/#jtest>
2) <http://www.physci.org/jws/#ps>

Andrew T.

Thank you .

.