Re: JInternalFrame setDefaultCloseOperation

2001-09-30 Thread Ola Lundqvist
On Sat, Sep 29, 2001 at 06:10:15PM -0500, Matt Fair wrote: > Hello, Hi I think you have posted this to the wrong place. This mailinglist is for discussing general java issues. If this is a bug I suggest that you file it to the correct package. If any of us should be able to answer questions lik

Re: JInternalFrame setDefaultCloseOperation

2001-09-30 Thread Ola Lundqvist
On Sat, Sep 29, 2001 at 06:10:15PM -0500, Matt Fair wrote: > Hello, Hi I think you have posted this to the wrong place. This mailinglist is for discussing general java issues. If this is a bug I suggest that you file it to the correct package. If any of us should be able to answer questions li

JInternalFrame setDefaultCloseOperation

2001-09-29 Thread Matt Fair
Hello, I don't think the setDefaultCloseOperation works correctly. What I want to do is when I click on the 'X' in the right corner of the window, that it just hides. I have tried HIDE_ON_CLOSE and that doesn't work, and I have also written my own close operations by setting DO_NOTHING_ON_CLOSE

JInternalFrame setDefaultCloseOperation

2001-09-29 Thread Matt Fair
Hello, I don't think the setDefaultCloseOperation works correctly. What I want to do is when I click on the 'X' in the right corner of the window, that it just hides. I have tried HIDE_ON_CLOSE and that doesn't work, and I have also written my own close operations by setting DO_NOTHING_ON_CLO