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 191058 - NullPointerException at org.netbeans.modules.javafx.composer.design.control.RearangeStrategy$3.run
Summary: NullPointerException at org.netbeans.modules.javafx.composer.design.control.R...
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Kaspar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-17 07:55 UTC by wnh993
Modified: 2011-05-16 13:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170229


Attachments
stacktrace (2.34 KB, text/plain)
2010-10-17 07:55 UTC, wnh993
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wnh993 2010-10-17 07:55:51 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
GUEST: while adding components i got this strange exception

wnh993: I am in the process of learning how to create simple database java fx browser from: http://netbeans.org/kb/docs/javafx/database-client.html

i dont know / cant move the data table from the middle to the position where i want. and i do not understand what this null pointer is all about.

phild: Edting in fx cvomposer.
No use, won't work...

phild: EEditing in fx composer.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javafx.composer.design.control.RearangeStrategy$3.run(RearangeStrategy.java:224)
   at org.netbeans.api.javafx.composer.kernel.ModelManager$4.run(ModelManager.java:271)
   at org.openide.util.Mutex.writeAccess(Mutex.java:472)
   at org.netbeans.api.javafx.composer.kernel.ModelManager.writeAccess(ModelManager.java:255)
   at org.netbeans.modules.javafx.composer.design.control.RearangeStrategy.released(RearangeStrategy.java:200)
   at org.netbeans.modules.javafx.composer.design.control.SceneMouseInputAdapter.mouseReleased(SceneMouseInputAdapter.java:181)
Comment 1 wnh993 2010-10-17 07:55:59 UTC
Created attachment 102437 [details]
stacktrace
Comment 2 David Strupl 2011-05-16 13:54:06 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.