I have one class that creates an "application" GUI and one of my other classes is full of getters and setters to help save the information that is typed by the user in the JTextFields. However, when i try to call the setters from the application class, i get the "Cannot make a static reference to the non-static method" error. Any suggestions on where to go from here?