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 198429 - Potential improvement of preview in other look and feels
Summary: Potential improvement of preview in other look and feels
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-08 11:43 UTC by Jan Stola
Modified: 2011-05-08 11:43 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 Jan Stola 2011-05-08 11:43:29 UTC
NetBeans GUI Builder allows to preview the designed form in other look and feels. Unfortunately, there is no official support for simultaneous usage of several look and feels. The current implementation is based on vulnerable DelegatingDefaults. The previews provided by this implementation don't have to be reliable.

It seems that it would be possible to implement the preview through sun.awt.AppContext. We should investigate this approach. If it turns out to be feasible to use this approach then the resulting previews would be significantly better and safer.