New Changes
-
Added a GUI using Swing GUI (UI.form)
- GUI shows what word the user entered, and colors each letter accordingly
- Letters are colored using HTML
- There is a feedback area that tells the user what is wron gwith the word they entered (i.e word is not in word list or has too few letters)
-
Verification.Java can now check to see if non-letter characters have been entered
-
Main.Java has been merged intot hte new UI.java