I have a% main% co which is minimized
with JFrame
when another window is opened from the panels inside it.
What I need is that when that other window that was opened the%% of main% is restored it will be restored but not maximized, since it damages my design and it is aspect with (setExtendedState(ICONIFIED));
I need the method that can tell the JFrame that it should go back to its original state.