compile with:

javac -d dist -cp ..\..\proscript-java.jar -sourcepath src src\com\company\Main.java

run with:

java -cp dist;..\..\* com.company.Main


Notes: This is a fairly rough example.  Typically you would want the read loop in a separate thread.  Also the program doesn't exit
when the close button is pressed.  Either ctrl-c in the cmd window or kill it from task manager when done.  Regardless, this should 
show how to draw the coordinates in real time on the screen.