Bug 906

Summary: JAWTWindow Component- and HierarchyListener must be detached at JAWTWindow.destroy() - GLCanvas Recreation Case
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: awtAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: 2   
Hardware: All   
OS: all   
Type: --- SCM Refs:
ebed9f0322e2a2279a525e04ee3875c9034a7f45
Workaround: ---
Bug Depends on: 729, 816, 849, 889, 928, 937    
Bug Blocks:    

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.