patch: Implement the feature to save a web page
It is still in early stages. It's a very rough draft of how I implemented. Might not have been the correct way. I use a JFileChooser to open a save window and then use a OutputStream to write the file to the desired location with the inputted filename. As said, it's really rough and I am only to save the current web page. I can't save all the files associated with the web page.
Patch