How to restore a JFrame window

0

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.

    
asked by srJJ 10.12.2017 в 21:09
source

1 answer

0

I have succeeded ... after much research top what I needed. in its necessary effect Gestion.ges.setExtendedState(NORMAL) . the normal constant that was the only thing that I needed

    
answered by 10.12.2017 в 21:30