Your doing to much in one class. Try separating into a different class (or several, if you'd like) that you can instantiate as just a data class. Then move all your input/output to a seperate...