I've some code that starts a GUI, then upon pressing a button, a second smaller GUI opens (this smaller GUI is a variable of the main GUI). Is there any way to close the smaller GUI without closing the larger one? ie: Without using System.exit ( 0 ); ?
Thanks in advance ;)
