Hi All,
I have created a small Swing application consisting of one jFrame and
one jDialog. A click on a button in the jFrame should bring up the
jDialog, but only its title appears, not the remainder, I have to drag
it open to see it. I am using jDialog.setVisible(true) to display it.
How do I get the entire jDialog window to apppear?
Fankx,
Fred.
PS. I'm using NetBeans 4.1
MrFredBloggs@hotmail.com - 09 Jun 2005 03:47 GMT
I've found the solution:
- jDialog.pack();
Fankx,
Fred.