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 76812 - Swing Layout Extensions Library always gets added.
Summary: Swing Layout Extensions Library always gets added.
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-24 15:28 UTC by davejester
Modified: 2007-08-06 16:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description davejester 2006-05-24 15:28:13 UTC
The Swing Layout Extensions library always gets added to the project when you
edit a form. This happens even if you have the swing-layout jar added already
(but not as a library).
Comment 1 Peter Pis 2006-05-31 10:30:58 UTC
Reassigning to "form" for evaluation.
Comment 2 Jan Stola 2006-09-05 14:40:23 UTC
Agreed, we should check whether org.jdesktop.layout.GroupLayout (for example) 
is already on the classpath.
Comment 3 Jan Stola 2007-08-06 16:44:30 UTC
Fixed - the library is not added on the classpath if org.jdesktop.layout.GroupLayout is on the classpath already.

Modified files:
/cvs/form/src/org/netbeans/modules/form/project/ClassPathUtils.java
new revision: 1.23; previous revision: 1.22
/cvs/form/src/org/netbeans/modules/form/FormEditor.java
new revision: 1.107; previous revision: 1.106