-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
1.3.0_02
-
x86
-
generic
Name: jbT81659 Date: 02/01/2001
OS: Windows 95
JDK1.3.0_02
JFileChooser expose message does not get to base Frame causing base
frame to fail getting repainted.
This case happens if you choose to open an empty CDROM drive using JFileChooser
under windows.
To reproduce bug:
1- Run FileChooserDemo.jar (comes with jdk under demo/jfc/FileChooserDemo)
"java -jar FileChooserDemo.jar"
2- Make sure CDROM drive has no Cd in it.
3- From FileChooser click the CDROM drive letter
4- Note that drive "A" (Floppy) "LED" goes ON.
5- Note that an error message is displayed about "DRIVE A"
6- use the mouse to drag this error message over base frame
7- Note that this error message erases base Frame.
8- Close this error message
9- Note that base frame is repainted
WorkAround:
======================================================================