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 191699

Summary: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_TreeItemValue_root.item
Product: javafx Reporter: mvfranz <mvfranz>
Component: UnsupportedAssignee: David Kaspar <dkaspar>
Status: RESOLVED WONTFIX    
Severity: normal CC: ekenschaft, macnaked
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 172077
Attachments: stacktrace

Description mvfranz 2010-11-06 22:52:46 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
GUEST: whenever i drag and drop tree view i got this exception Tree view can not work in  composer

GUEST: Drag / Drop a Tree View component

mvfranz: Tried experimental treeview on OS X

ekenschaft: Added a TreeView via right-click on VBox.




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_TreeItemValue_root.item
   at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
   at java.util.ResourceBundle.getString(ResourceBundle.java:334)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:637)
   at org.netbeans.api.javafx.composer.model.base.TreeItemValue.<clinit>(TreeItemValue.java:60)
   at org.netbeans.api.javafx.composer.components.control.experimental.TreeViewModel.init(TreeViewModel.java:88)
   at org.netbeans.api.javafx.composer.model.factory.ModelObjectFeatureFactory.createNewInstance(ModelObjectFeatureFactory.java:154)
Comment 1 mvfranz 2010-11-06 22:52:51 UTC
Created attachment 102836 [details]
stacktrace
Comment 2 David Strupl 2011-05-16 13:54:07 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.