posted 17 years ago
Thanks for pointing me in the right direction, Ulf.
This works:
For some reason, setPreferredSize(Dimension) and setMinimumSize(Dimension) did not render the JDialog with the desired size... I don't know why... but since setSize(Dimension) worked, I'm good to go.
Thanks again.