User Settings JDialog
Hi,
I have a jdialog in cardlayout which acts as a user settings frame for my main application. On each of the panels is some user settings function (general, file settings etc.). On each of these panels i have action listeners to handle the events that relate to each section. All this works fine but what i would really like is to have 3 'master' ok, cancel and apply buttons to approve all the actions the user has made. This approach is more in keeping with how most applications behave. I have no idea how to begin on this, i would think some kind of pending actions list would be needed which would enable the apply and ok buttons once there is actions waiting but Im not sure how to pass these actions from the individual panel buttons. Any help, advice or sample code would be greatly appreciated.
Thanks and best wishes,
Steven

