Operating System: Windows 2000
OS version: ALL
Product Name: JRE
Product version: 1.5.0_06
Hardware platform: PC
Severity: 3
Short description: Ctrl+F4 does not close active JInternalFrame in
minimized state
Full problem description:
The accelerator Ctrl+F4 does not close the internal window that is in a
minimized state.
Test Case :
=============
The problem described below can easily be reproduced using the
InternalFrameDemo program from the Java Tutorial:
http://java.sun.com/docs/books/tutorial/uiswing/components/example-1dot4
Test Code : InternalFrameDemo.java
Steps to reproduce :
- launch the above program application and window gets displayed with JInternalFrame
- minimize it
- select minimized window to give it focus
- press Ctrl+F4
Minimized window should be closed, but it is not.
Although the problem is not specific to Look and Feel, it's a bit easier
to see using the Windows Look and Feel.