Window maximize block

Hi all!

I'm kinda new to Java, and I need some help.

I want to block the maximize option for my window, is that possible?

It's more a stylish problem, really, 'cause when the window is maximized the whole format disapears and the pictures get mixed with the text, and stuff like that. And I want to avoid that...

Suggestions?

Thanx,

R.

[381 byte] By [ricardo_ralona] at [2007-10-2 4:52:30]
# 1
Take this:frame.setReziable(false);If you call this method, don't forget to set the size of the frame at first.An other posibility to avoid overlapping effect consists in using "setMinimumSize" method on the panels they were put in the content pane of the frame.
milokona at 2007-7-16 0:56:45 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...