How to set the minimum size of the JDialog.

Hi Could any one tell me ,How to set the minimmum size of the JDailog.I am using the JDialog's setMinimumSize(...)But it is not working.....Regards -Vikas Kumar sahu
[208 byte] By [vikassahua] at [2007-10-2 3:18:56]
# 1
That's pretty much all there is, although you could always add a componentlistener and manually not let the size go below your minimum.Or you could try overriding setSize...
tjacobs01a at 2007-7-15 21:46:23 > top of Java-index,Desktop,Core GUI APIs...