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 137847 - palette: All Components have wrong import
Summary: palette: All Components have wrong import
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 20:25 UTC by Lark Fitzgerald
Modified: 2008-06-30 14:38 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 20:25:15 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

Drag/drop of palette > Components > Button has wrong import.  It shows
import javafx.gui.component.Button;

but this has changed to:
import javafx.gui.swing.Button;
Comment 1 Lark Fitzgerald 2008-06-20 20:28:25 UTC
Actually, this affects all component palette items.  The import has changed to swing.  Should the palette name change 
as well???
Comment 2 Michal Skvor 2008-06-24 10:17:52 UTC
Fixed.
Comment 3 Alexandr Scherbatiy 2008-06-26 09:12:03 UTC
Subject: "The artist previously known as Reprise" is now integrated into the compiler ws

- Package renaming! You'll immediately notice that just about everything has moved, as we've re-organized package
structure significantly. For example: javafx.ext.swing.*, javafx.application.Application, javafx.scene.Node,
javafx.scene.paint.Color. It's my job to ensure that anything touched by the hudson builds are adjusted with respect to
these changes. But I expect there'll be a lot of you that still need to change your code. We apologize, and we're
exploring facilities to make importing the new packages easier.
Comment 4 Alexandr Scherbatiy 2008-06-30 09:17:06 UTC
Subject: Problems
From: Ahmed Al-Hashimi 

Hi.....

some examples in the bestPractice package cannot be compiled because of missing packages like(scene ..........)

regards

Ahmed Al-Hashimi
Computer Sciences student at KFUPM University.
Comment 5 Michal Skvor 2008-06-30 10:47:50 UTC
Fixed.
Comment 6 Alexandr Scherbatiy 2008-06-30 14:38:30 UTC
verified