I have a problem, I created a java application with a menu that calls several screens. When I opened some screen, I wanted my main application screen to be minimized. I tried with setvisible(false)
but it did not work out as expected.
How can I do this?