1
A button of my application gives dispose
in the current frame and creates another different one. But the JDialog
that were open when I click the button continue to exist, which should not happen.
1
A button of my application gives dispose
in the current frame and creates another different one. But the JDialog
that were open when I click the button continue to exist, which should not happen.
Browser other questions tagged java swing jdialog
You are not signed in. Login or sign up in order to post.
could you give more information about your problem? if you can post the code in which you are having the problem
– Dener
If I understand your problem, um
Window Listener
added to Jframe that is open may solve your problem.– Dener
Window Listener solved the problem, thank you...
– gbruscatto