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 137841 - palette: Frame has wrong imports due to api change
Summary: palette: Frame has wrong imports due to api change
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-20 19:22 UTC by Lark Fitzgerald
Modified: 2008-06-30 14:04 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 Lark Fitzgerald 2008-06-20 19:22:47 UTC
Product Version: NetBeans IDE 6.1 (Build 200804211638)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
fx NB61 nighly plugin: 271

1. drag/drop of frame onto editor gives import import javafx.gui.Frame;

This is no longer correct. The new import should be:

import javafx.gui.swing.Frame;
Comment 1 Michal Skvor 2008-06-24 10:17:52 UTC
Fixed.
Comment 2 Alexandr Scherbatiy 2008-06-26 09:00:20 UTC
The package structure has been changed in the Reprise.
The correct import is 'import javafx.ext.swing.Frame;' now.
Comment 3 Michal Skvor 2008-06-30 10:47:49 UTC
Fixed.
Comment 4 Alexandr Scherbatiy 2008-06-30 14:04:16 UTC
verified