i'm new to programming with java and i am writing a program with
two classes. In the GUI class i have to call methods from my second
class to output the results, but the methods are instance methods.
So i do not know how to call the instance method, because they are
not static type. This is probably a very basic question, but my
textbook does not describe this and i have looked at all kind of
resources including the sun microsystems tutorial and cannot find
the syntax for calling the instance methods anywhere. thank you