| Author |
How to disable maximum button in netbeans made applications
|
Sunny Virtualian
Greenhorn
Joined: Jul 29, 2012
Posts: 15
|
|
Hello friends, I am making a software in netbeans. Whenever I run the software it runs well but when I press the Maximum button active JPanel area remain same but on rest of screen JFrame area is being shown. Now I don't want to show JFrame on the screen out side of JPanel.
How can I fix this problem?
Best Regards
|
 |
Kemal Sokolovic
Bartender
Joined: Jun 19, 2010
Posts: 792
|
|
. . . but when I press the Maximum button active JPanel area remain same but on rest of screen JFrame area is being shown. . . .
Which means you probably didn't use proper layout to place components into your frame.
If you are using NetBeans GUI builder, then select your parent frame and in Properties window set resizable to false (uncheck resizable item).
|
The quieter you are, the more you are able to hear.
|
 |
Sunny Virtualian
Greenhorn
Joined: Jul 29, 2012
Posts: 15
|
|
|
You are very right sir, now it working as per requirement. Thanks
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: How to disable maximum button in netbeans made applications
|
|
|