Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Swing / AWT / SWT
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Swing / AWT / SWT
How I can disable maximise button??
Bikash Paul
Ranch Hand
Posts: 342
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all friends,
I have one swing interface(which is basically a Frame) now I want to disable "maximise button" of this interface.Can any one tell how I can do this.
Regards
Bikash
lavanya subramanian
Ranch Hand
Posts: 52
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi bikash,
try Frame.setResizable(false);
this will disable maximise option
Regards,
lavanya
The knights of nee want a shrubbery. And a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Disable of maximise button??
Disabling Browser's 'BACK' button
Fixed Sized frames
How to set maximum size of the JFrame
How to disable IE back button.
More...