JDK-6434246 : Ctrl+F4 does not close active JInternalFrame in minimized
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0u7
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2006-06-06
  • Updated: 2010-04-02
  • Resolved: 2006-06-06
Related Reports
Duplicate :  
Description
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.

Comments
EVALUATION This is a duplicate of 6325652.
06-06-2006