Hi all,
I want to make a swing page which will only have minimize option, that means I want to disable all close option for that page. Is it possible? If it is possible please reply me.
Thanks in advance. Gopal
Printable View
Hi all,
I want to make a swing page which will only have minimize option, that means I want to disable all close option for that page. Is it possible? If it is possible please reply me.
Thanks in advance. Gopal
Again, this is in the wrong forum.
-tg
Moved from CodeBank.
Simple: Don't specify a close operation.
In swing, don't specify the defaultCloseOperation(swing constant)
int awt don't add a windowlistener.