I have run in to a problem while trying to make an applet where you
can draw. I have it so you can drag the mouse and leave your drawing
line, however, it will dissappear when any other action in the applet
is made. For example, I can make one line but if I perform an action
that requires the applet to call "repaint()" the line with vanish!
This is preventing me from changing line color and size. I was
wondering if anyone here would have any advice for me.