Sure, Great... Good idea... Here is mine:
CLICK HEREBy the way, were you able to use the try catch thing? or Throw new Exception at all?
I tried... but you have to put "Throws Exception" onto every method that could possible call a method that does... and when you get to the very top, and you have Implements, and Throws Exception, it kills it!! So I was unable to use "exception handling" in this program, however, I did make my own methods for error handling.