The problem is you have declared all your variables outside the methods (this is good as it means all the methods can access them) however inside the "set" methods eg. setPics you are declaring the...