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

Summary: palette: Frame has wrong imports due to api change
Product: javafx Reporter: Lark Fitzgerald <lfitzgerald>
Component: EditorAssignee: Michal Skvor <misk>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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