Helped needed to modify code
Hi Java-coders! I'm totally new to Java and have a request. I am writing an opensource app in AutoHotKey script which will help severely physically disabled (e.g. twitch a finger/single muscle etc) people paint using a computer. I don't know how to draw bezier curves that go THROUGH chosen points and so I've stumbled across the opensource Java project "Cusp":
Cusp - CubicSpliner | Download Cusp - CubicSpliner software for free at SourceForge.net
This app basically is a gui in which you click some points and a curve is made going through those points, the entire coordinates of which are saved to a text file and read by my app. This process is very visually intrusive and I require something more like a command line program. i.e.call the program with the coordinates and automatically save a text file with the curve's coordinates (all done invisibly). To be honest I am not willing to become a Java master to solve this one problem but if it is simple to modify the code it would be much appreciated if someone could point me in the right direction or help me write something that works.
Also, I've already contacted the author of "Cusp" to no avail.
Thanks in advance, Evs.