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
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...