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 - modify TabbedDisplayer to not call addNotify/removeNotify
Summary: modify TabbedDisplayer to not call addNotify/removeNotify
Status: RESOLVED DUPLICATE of bug 36164
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks: 36013
  Show dependency tree
 
Reported: 2003-09-10 16:23 UTC by David Simonek
Modified: 2008-12-22 23:42 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***