“Intro to Eclipse” Exercises
Learning How to Reformat Source Code to Follow the Style Guidelines
The app that was contained with the archived project ran ok, but clearly the formatting is not well done.

To fix this, select Source -> Format. LEARN THE KEYBOARD SHORTCUT (In Windows 7, it is
Ctrl+Shift+F and in
Mac Os X, it is Cmd-F)
WONDERFUL!!! Eclipse properly formats the code FOR YOU!!!!!!!

ALL of your code for this course must be properly formatted.