Pls can anyone help me with a code that will help me get values in a main class from another class...
I have two classes, one is user class that has the main method and the other which is process class.
I am having a jtextfield and a jbutton in the user's class, I want a method in the process class that can change the value of the jtextfield in the user class when the jbutton is clicked, it will call the the method in the process class that will do that...