[Week 23]
This is the main screen after the application is launch. For now I've hard coded some dumb data into the JTree for testing.
To the left of the JTree is the AWT List which is contain the names of schemas loaded into the application
Here we can see one XSD file in the AWT list on the left. Also I've added an event listener to the JTree and made use of the getSelectionPath() method which returns a TreePath object.
We can see the TreePath object as a string displayed below the application window. It will be these paths that I will later convert to XPath and display to the user.