how to stop min/maximizing the window ?

Hi,

I have a JDialog window, I did not set size of window. I just added some components to that. So accordingly some window size got adjusted with components visible on it.

I could able to minimize and maximize the window.Now my question is how to stop this functionality.

My window should get a fixed size, it should not be able to minimize or maximized...this functionality should bedisabled.

Hope i am clear.

Regards,

Ravi Kumar Garlapati

[500 byte] By [rkrgarlapatia] at [2007-11-27 3:29:17]
# 1
setResizable( false );
camickra at 2007-7-12 8:32:12 > top of Java-index,Desktop,Core GUI APIs...
# 2
Thank You. :)
rkrgarlapatia at 2007-7-12 8:32:12 > top of Java-index,Desktop,Core GUI APIs...