-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.1.5
-
x86
-
windows_nt
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.
- duplicates
-
JDK-4138320 InternalFrame events not fired
- Resolved