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 42140 - Optimize Look and Feel defaults swap
Summary: Optimize Look and Feel defaults swap
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 41273 42800
  Show dependency tree
 
Reported: 2004-04-19 17:16 UTC by Tomas Pavek
Modified: 2007-12-11 12:27 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 Tomas Pavek 2004-04-19 17:16:01 UTC
Form editor tries to run all UI modifications on
edited forms in a L&F environment where only the
original UI defaults are present (not that
customized by the NetBeans IDE). Switching between
the IDE defaults and the "default" defaults is not
very optimal - it copies large UIDefaults tables
and resolves all lazy values from there. This
could be hopefully optimized somehow while keeping
the designed forms looking reasonably well (i.e.
as in an unmodified default look and feel).
Comment 1 Jan Stola 2007-12-11 12:27:28 UTC
Look and feel swapping was rewritten several times since this issue had been created. The rewrites took performance 
aspects into account => closing as fixed.