Within my program I have a method to change the frame colours. I also have a method to open a new Jframe
which is used as a settings menu for the app. However the values set in the initial jframe will not carry over.
How may I preserve the colours set in the initial Jframe
and have them load into the settings object as it is created ?