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 202450 - swing-app-framework NetBeans library is missing
Summary: swing-app-framework NetBeans library is missing
Status: RESOLVED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 18:18 UTC by javydreamercsw
Modified: 2011-09-26 13:31 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 javydreamercsw 2011-09-21 18:18:29 UTC
Product Version = NetBeans IDE Dev (Build 201109202329)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) Client VM 21.0-b17

I opened an old project with that dependency (works fine on 7.0.1) and says the library is missing.
Comment 1 Jan Stola 2011-09-26 13:31:12 UTC
Unfortunately, this is as it should be. NetBeans support of Swing Application Framework library has been discontinued. It means that it is not possible to edit .form files using the library in NetBeans 7.1+. If you need this support then you have to stay with NetBeans 7.0.1.

On the other hand, you still should be able to compile the project in NetBeans 7.1 once you invoke Resolve Reference Problems on the mentioned project. This dialog should help you to download the Swing Application Framework library (but not the editing support for NetBeans).

I am marking this issue as invalid because the described behavior is as designed.