Big Java lab manual example project "debugger"

You can use this project as follows:

 - set a breakpoint in the editor window of the main method of WordTest 
 after the lines where input is received from the JOptionPane
 - step through the lines of code and watch the change in value of 
 instance variables.
 - create Word objects and set some breakpoints, and step through the
 Constructor and countSyllables methods. 
 
Note: Sometimes in BlueJ a dialog (such as input dialog or file chooser)
 appears right at the back of any open windows.  If you cannot see
 a dialog after calling the Driver class main method, minimize any 
 other windows to find the dialog.
 
