Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAWTWindow.destroy() - GLCanvas Recreation Case
Summary: JAWTWindow Component- and HierarchyListener must be detached at JAWTWindow.de...
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: awt (show other bugs)
Version: 2
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on: 729 816 849 889 928 937
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-16 04:43 CET by Sven Gothel
Modified: 2014-01-12 04:29 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
ebed9f0322e2a2279a525e04ee3875c9034a7f45
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2013-11-16 04:43:30 CET

    
Comment 1 Sven Gothel 2013-11-16 04:44:41 CET
In case a JAWTWindow owner recreates itself, destroying JAWTWindow must detach the 
Component- and HierarchyListener from the AWT component!
Comment 2 Sven Gothel 2013-11-16 05:01:11 CET
Test TestBug816GLCanvasFrameHoppingB849B889AWT
shows properly detaching listener at jawtWindow destruction.