Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Duplicate
-
Affects Version/s: 1.1.5
-
Fix Version/s: None
-
Component/s: client-libs
-
Subcomponent:
-
CPU:x86
-
OS:windows_nt
Description
No internalFrameOpened event is sent to an InternalFrameListener
when a JInternalFrame is created.
Using Swing 1.0.1 and JDK 1.1.5 - see attached test case.
To Reproduce: Use "New" menu item or click the "Create a New File" icon.
The JInternalFrame will be created; however, only the
internalFrameActivated method is called. I have added the
internalFrameOpened method in VisDebug.java with a
System.out.println
(Surprise! Got internalFrameOpened -- " + ifw.getTitle() );
This never gets called.
when a JInternalFrame is created.
Using Swing 1.0.1 and JDK 1.1.5 - see attached test case.
To Reproduce: Use "New" menu item or click the "Create a New File" icon.
The JInternalFrame will be created; however, only the
internalFrameActivated method is called. I have added the
internalFrameOpened method in VisDebug.java with a
System.out.println
(Surprise! Got internalFrameOpened -- " + ifw.getTitle() );
This never gets called.
Attachments
Issue Links
- duplicates
-
JDK-4138320 InternalFrame events not fired
-
- Resolved
-