0
I have a little problem, I created an application in java with a menu that calls several screens. When opening some screen, I wanted my application main screen to be minimized. I tried with setvisible(false)
but did not result in the expected.
How can I do that?
Friend, I tried to put in the screen constructor that will open and also in the method that calls the screen and did not work
– Vinicius Leonardo
@Viniciusleonardo see the edition, if now works correctly.
– user28595
Perfect, worked exactly, thank you!
– Vinicius Leonardo