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 205393

Summary: Creating Mater/Detail Form Causes Violet/Gold Color On Palette Tab
Product: guibuilder Reporter: MackSix
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot of problem.

Description MackSix 2011-11-21 23:43:09 UTC
Created attachment 113389 [details]
Screenshot of problem.

Using this procedure to create Master/Detail Form http://wiki.netbeans.org/TS_68_FormAndSupportSanity#Test_suite:_Database_connection

The Palette Tab turns to a violet/gold color.

See attached screenshot.
Comment 1 Jan Stola 2011-11-22 10:05:32 UTC
This is another instance of the problem described in issue 204893. Beans-binding library is added to the classpath (in GUI Builder's LAF block) when Master/Detail form is being opened.

In general, this can happen when some form (that is using beans binding) is opened and Beans-binding library is not on the classpath yet.
Comment 2 Jan Stola 2011-11-22 10:17:39 UTC
We don't load Beans-binding  classes from project's classpath. The library is added there just to make sure that the project is compilable. So, there is no need for synchronous update. I have modified this classpath update to happen asynchronously (outside event-dispatch thread), i.e., without any progress
dialog shown.

Modified file: http://hg.netbeans.org/jet-main/rev/27b5ad8bbc64