Hi there,
Im not very good with coding UIs but having to do one for a program im writing atm....
I have two windows in seperate classes and they both extend JFrame.
From Window A i open Window B from the menu options but when i then want to close Window B, Window A automatically closes as well (as if a System.exit(0) is called)....
How can i set it up so that i can close Window B and keep Window A open?
Cheers,
Logi.