Capturing handwriting(simulated with mouse instead of pen on pen pad) on a java frame
My program draws a line along the path of the mouse pointer when the mouse is dragged.
When I move the mouse slowly the line appears continuous. But When I move the mouse fast, the line(straight or curved)appears broken. I want the line to be continuous at any mouse speed, as one can see in Microsoft Paint App.
Can anyone help