remove and redraw lines
843807Nov 17 2002 — edited Nov 17 2002I am working on applet that when a button is click it draws a line based on some user input. When the input is changed and the button is clicked again it redraws the line. The main problem I having is when I calll update() is redraws the line but the old line is still there.