JOptionPane blank message after first time
- From: James McGill <jmcgill@xxxxxxxxxxxxxx>
- Date: Sat, 29 Apr 2006 14:23:13 -0700
I have a problem getting this to work. It's in the update() method of an observer, and I want to
see this JOptionPane every update:
JOptionPane.showMessageDialog(null, result.toString(), "Result", JOptionPane.INFORMATION_MESSAGE);
It shows fine the first time, but after the first time, I just see the JOptionPane's frame, and it will
paint the button if I mouse over it, but no message. What could be wrong? the "result" object isn't null
or anything like that.
Makes no difference if I put a container as the first argument.
.
- Follow-Ups:
- Re: JOptionPane blank message after first time
- From: Trung Chinh Nguyen
- Re: JOptionPane blank message after first time
- Prev by Date: Need help in comparing the string words in two arrays.
- Next by Date: Re: TableSorter.java v2.1
- Previous by thread: Need help in comparing the string words in two arrays.
- Next by thread: Re: JOptionPane blank message after first time
- Index(es):