Programming Project #1 - Step 3 (Running the GUI)


Below is some sample GUI code to visualize the strokes.
Currently, the code reads the XML file and then outputs the strokes to the GUI.  In addition, the GUI allows the user to sketch.  Feel free to modify the code to perform other kinds of functionality that will simplify your work for this programming project.

In referencing the code, some of the constructor and methods you might find useful to modify are:
  • main(String[] args)
  • TestApp(File)
  • windowClosing(WindowEvent)
???