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 27950 - File/New dialog, html description init should be lazy
Summary: File/New dialog, html description init should be lazy
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 27795 28953 28959
  Show dependency tree
 
Reported: 2002-10-11 13:21 UTC by David Simonek
Modified: 2008-12-22 23:49 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 2002-10-11 13:21:28 UTC
Html engine init needed for description of
templates is costly, should be done in non-AWT
thread to speedup wizard opening time.
Comment 1 David Simonek 2002-10-11 14:09:41 UTC
impl in main trunk:
org\openide\loaders\TemplateWizard1.java  1.32-1.33
org\openide\loaders\Bundle.properties     1.88-1.89
org\openide\loaders\TemplateWizard1.form  1.11-1.12