I want to create and display a JDialog whose contents and title are specified at runtime. I can't rely on hard-coding the size through , because the contents and title are determined at runtime. The dialog is smart enough to size itself for the component being placed on it, but the title gets truncated. How to force it to accommodate the title?
Here is a simplified version, which demonstrates the problem I'm having while shortening the code sample to a few lines:
You could set a preferred/minimum size that reflects the length of the title. The FontMetrics class can tell you how many pixels a given string will take up in a given font.
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.
You're not going crazy. You're going sane in a crazy word. Find comfort in this tiny ad:
Gift giving made easy with the permaculture playing cards