|
-
Oct 20th, 2005, 10:55 AM
#1
Thread Starter
New Member
How to disable close button or option in java swing
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
-
Oct 20th, 2005, 11:35 AM
#2
Re: How to disable close button or option in java swing
Again, this is in the wrong forum.
-tg
-
Oct 20th, 2005, 11:54 AM
#3
Re: How to disable close button or option in java swing
-
Oct 20th, 2005, 06:34 PM
#4
Frenzied Member
Re: How to disable close button or option in java swing
Simple: Don't specify a close operation.
In swing, don't specify the defaultCloseOperation(swing constant)
int awt don't add a windowlistener.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|