Hey
Atm i have:
1. a class consisting of j-frame that is constructed by feeding in parameters.
2,These parameters change throughout the program.
3.This change occurs after a user response (comes through button click).
4. The GUI layout is always the same.
How do i refresh the object with new parameters without destroying it and creating a new one?
Basically the problem is that i need to refresh from the button click but this GUI class has no information?