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 267290 - Project compiles, but code shows a warning that package org.netbeans.lib.awtextra does not exist.
Summary: Project compiles, but code shows a warning that package org.netbeans.lib.awte...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-25 10:24 UTC by steveBriant
Modified: 2016-07-25 10:24 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 steveBriant 2016-07-25 10:24:35 UTC
Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Windows 10
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.45-b08


Create a new JPanel form.

Drop ant component on it.

Change the layout to AbsoluteLayout, and the form then shows an error line in code added by Netbeans:

Package org.netbeans.lib.awtextra does not exist. 

The AbsoluteLayout library has been added to the project.

The project works fully on two other machines.