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 228834 - creating new JPanel in nb.org codebase adds dependency on obsolete swinglayout module.
Summary: creating new JPanel in nb.org codebase adds dependency on obsolete swinglayou...
Status: RESOLVED DUPLICATE of bug 213230
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-22 08:22 UTC by Milos Kleint
Modified: 2013-04-22 16:36 UTC (History)
1 user (show)

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 Milos Kleint 2013-04-22 08:22:38 UTC
steps to reproduce in dev 201304182301

1. make sure your module in nb.org doesn't depend on swinglayout. (a module wrapping the swing lib)
2. create new JPanel
3. Observe error. project.xml now contains the dependency on swinglayout.

My Tools/Options/Java/GUI Builder settings are default, saying "Layout generation style" = "Automatic"
Comment 1 Tomas Pavek 2013-04-22 16:36:30 UTC

*** This bug has been marked as a duplicate of bug 213230 ***