This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 36024

Summary: modify TabbedDisplayer to not call addNotify/removeNotify
Product: platform Reporter: David Simonek <dsimonek>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 36013    

Description David Simonek 2003-09-10 16:23:19 UTC
Better way is to simply use CardLayout, which use
show/hide instead of addNotify/removeNotify.
Be careful to correctly restore Swing component
visibility flag when component is removed from
TabbedDisplayer.
Comment 1 David Simonek 2003-09-18 14:46:47 UTC

*** This issue has been marked as a duplicate of 36164 ***