I was hoping to get the opinions of some fellow coders as to the style of my coding. I use almost all OO programming and I have attempted to loosely emulate an MVC architecture without actually having a separate control layer.
I use switch statements to direct the flow of my application. It seems to work well, but I'de like to have another set of eyes check it out. The file is attached.