Run SwingSet2 on WinXP using the JDK7-b14 AWT PIT/promoted build
- Go to JFileChooser Demo
- Click on Custom FileChooser.
- When the file chooser is visible, press 'Windows' button + D. Everything gets minimized to desktop.
- Now click on the Java icon on the taskbar.
You can notice that only the dialog is getting restored and not the parent frame, on jdk7-b14. On jdk7-b13 promoted build, the SwingSet2 main window (blocked) is also getting restored alongwith the dialog. Since parent frame is not restored, clicking on the '?' or 'Find' buttons on the restored Custom JFileChooser opens up jdialogs on the top-left corner of the screen (perhaps, those jdialogs are placed relative to the main frame).
On SolSParc10, SwingSet2 main window gets restored properly alongwith the FileChooser. This is a regression in JDK7-b14 on WIn32.