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 - Creating Mater/Detail Form Causes Violet/Gold Color On Palette Tab
Summary: Creating Mater/Detail Form Causes Violet/Gold Color On Palette Tab
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P4 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-21 23:43 UTC by MackSix
Modified: 2011-11-22 10:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of problem. (158.28 KB, image/png)
2011-11-21 23:43 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
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