
Signature
Jim Cobban jcobban@magma.ca
34 Palomino Dr.
Kanata, ON, CANADA
K2M 1M1
+1-613-592-9438
> I am creating a message dialog using JOptionPane but I am encountering a
> usability problem
Short answer, I don't know.
Long answer. I have found that as soon as you
ask the question 'How can I make a JOptionPane..'
that is a sign that using a JDialog would be quicker.
--
Andrew Thompson
* http://www.PhySci.org/ PhySci software suite
* http://www.1point1C.org/ 1.1C - Superluminal!
* http://www.AThompson.info/andrew/ personal site
Jim Cobban - 12 Dec 2003 22:31 GMT
> > I am creating a message dialog using JOptionPane but I am encountering a
> > usability problem
>
> Long answer. I have found that as soon as you
> ask the question 'How can I make a JOptionPane..'
> that is a sign that using a JDialog would be quicker.
I cannot use JDialog because I have to instantiate the dialog inside a
JInternalFrame. That is what the JOptionPane.showInternalMessageDialog
method does. I understand your comment. I have given up on JOptionPane for
a lot of what I do, but it is still convenient for simple dialogs, such as
just popping up a message.