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

Summary: Potential improvement of preview in other look and feels
Product: guibuilder Reporter: Jan Stola <jstola>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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.