hi,
I create one file with only one constructor which contain one Frame with GUI.When I create object of that file for getting some values in another file then that GUI is executed.
I want to divide this in two constructor due to which when I called another constructor for getting values,GUI is not displayed.
Please help me, I am unable to make this change.
Thanks,
Vikas Sawant.
I create one file with only one constructor which contain one Frame with GUI.When I create object of that file for getting some values in another file then that GUI is executed.
I want to divide this in two constructor due to which when I called another constructor for getting values,GUI is not displayed.
Please help me, I am unable to make this change.
Thanks,
Vikas Sawant.
Comment