----------------------------------- evildaddy911 Thu Jan 10, 2013 5:04 pm Bezier Curve Drawing {java} ----------------------------------- I just started learning Java about a month ago and decided to start porting some of my Turing programs. This is the first one I've done, a program that draws a Bezier curve and allows users to add/move/delete the nodes. CONTROLS -- Open the HTML file to begin Click the red box in the top corner to change the mode Click (or drag) to edit the curve -- MODES -- Move -> drag a node to reposition it Add -> click to add a node at that location Delete -> click a node to delete it