Bug in Dialog Class: resizing a dialog causes the dialog
not to appear at all.
(NOTE: DO NOT RUN THE LAST TWO STEPS OF THE TEST THROUGH HOTJAVA.)
To reproduce the bug do the following:
- Compile the file DialogTest1.java.
- Bring it up in appletviewer.
- Click on DialogTest -> About Box...
- Notice the Dialog appear.
- Uncomment the resize() call in Class MsgDialog in file DialogTest1.java.
- Compile and rerun the test in appletviewer.
- Notice that the dialog doesnt appear but all events are directed to it.