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 189861 - New CustomNodes are not added to the project tree until they are compiled.
Summary: New CustomNodes are not added to the project tree until they are compiled.
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 16:09 UTC by esmithbss
Modified: 2011-05-16 13:53 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 esmithbss 2010-08-25 16:09:18 UTC
Product Version = NetBeans IDE 6.9.1 (Build 201007282301)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

When creating a new CustomNode class within a project, the node is not added to the project tree until it is compiled.

To Reproduce

0) Make sure the environment is not set for COS capabilities.

1) Create a new JavaFX Project

2) Create a new CustomNode Class

* The new class is not yet part of the project tree.

3) Save All or <Ctrl>-S

* The new class is not yet part of the project tree.

4) Build the project

* Now the new CustomNode shows up in the Project Tree.
Comment 1 David Strupl 2011-05-16 13:53:43 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.