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 147768 - Basic Shapes import changed from geometry to shape
Summary: Basic Shapes import changed from geometry to shape
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-19 22:08 UTC by Lark Fitzgerald
Modified: 2008-09-25 20:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Basic Shapes Circle error (206.72 KB, image/png)
2008-09-22 19:26 UTC, Cynthia Castillo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2008-09-19 22:08:35 UTC
Tested using FX Cont trunk build 201 with SDK:
Product: javafx-1.0dev, Platform: windows-i586, Build-Number: 232, Build-ID: 2008-09-19_05-57-57
on NB6.5:
Product Version: NetBeans IDE Dev (Build 20080916)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

Palette Basic shapes have moved packages so they all need their imports updated.  The old was:
import javafx.scene.geometry.<shape dragged>

The new way is:
import javafx.scene.shape.<shape dragged>
Comment 1 Michal Skvor 2008-09-22 16:19:38 UTC
Fixed.
Comment 2 Cynthia Castillo 2008-09-22 19:25:25 UTC
Still seeing this issue on my MacOS X using JavaFX_trunk_NB_plugin_NB65_cont build #216.

Product Version: NetBeans IDE Dev (Build 200809191401)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119
System: Mac OS X version 10.5.5 running on i386; MacRoman; en_US (nb)


CCastillo-Mac:javafx-sdk1.0dev cindycastillo$ cat timestamp
Product: javafx-1.0dev
Platform: macosx
Build-Number: 266
Build-ID: 2008-09-22_07-40-11

When I drag Basic Shapes > Circle, the import statement still shows:

import javafx.scene.geometry.Circle;

I'm attaching image.
Comment 3 Cynthia Castillo 2008-09-22 19:26:34 UTC
Created attachment 70234 [details]
Basic Shapes Circle error
Comment 4 Lark Fitzgerald 2008-09-22 19:29:59 UTC
Your build is too old.  Misk just fixed this a could of hours ago.
Comment 5 Lark Fitzgerald 2008-09-25 20:26:46 UTC
Tested using FX Cont trunk build 243 with SDK:
Product: javafx-1.0dev Platform: windows-i586 Build-Number: 355 Build-ID: 2008-09-25_08-25-51 on NB6.5: 
Product Version: NetBeans IDE Dev (Build 20080922)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)