Hello
I m new to java world. I have a problem with GUI.
I have two classes class Main and class winframe .WinFrame class extends JFRAME and there are two instance variable in winframe class with two textfields.
i instanciate the winframe class in Main class. and call show() method of winframe class.
Can anybody please explain how can i get the value of textfields of WINFRAME class in Main class.
Thank you


