java swing, i want to close one JFrame without closing another, how can i get it ?
Posted
by Keating
on Stack Overflow
See other posts from Stack Overflow
or by Keating
Published on 2009-12-22T06:08:21Z
Indexed on
2010/03/31
8:13 UTC
Read the original article
Hit count: 227
i have three JFrames, i want to close one of them without influence to another. what can i do to get it ?
thanks Peter. I want to open two(or more) JFrames at the same time, and When I close one of them(use the default close button), others is still open.
© Stack Overflow or respective owner