You must have JRE installed in your computer;
to run this, unzip the file and click on the TextWizard 1.1 icon
			Launcher
main function
MainFrame
main frame, holds the other panels, handles the events
TextPanel
editor panel, holds the JTextArea, reads and writes/rewrites text file
WordPanel
analyzer panel, holds the analyzing features using GridBagLayout
								   communicates with the JTextArea using ActionListener interface
			
WordExtensionFilter
filters only the .txt files when prompted to open or save file
								   called by a JFileChooser from the MainFrame