TopNamesFormat

Format

Your program should be organized as neatly as possible. Always select Eclipse's format command from the Source menu frequently to keep your program readable. Eclipse may add extra blank lines to your constant and instance variable declarations at the beginning of your class. You can close these back up if they are commented in (small) groups rather than individually. However, do be sure to always leave a blank line before comments.


TopNamesFormat