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 183388 - NullPointerException at java.awt.Rectangle.<init>
Summary: NullPointerException at java.awt.Rectangle.<init>
Status: CLOSED INVALID
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-04-02 09:33 UTC by Petr Chytil
Modified: 2010-06-07 14:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167494


Attachments
stacktrace (2.21 KB, text/plain)
2010-04-02 09:33 UTC, Petr Chytil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Chytil 2010-04-02 09:33:30 UTC
Build: NetBeans IDE Dev (Build 201003290201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X

User Comments:
pchytil: I was DNDing a "label" from the javaFX composer palette into newly created FX scene.




Stacktrace: 
java.lang.NullPointerException
   at java.awt.Rectangle.<init>(Rectangle.java:222)
   at org.netbeans.modules.javafx.composer.design.control.SceneControlPane.getVisualRepresentation(SceneControlPane.java:881)
   at org.netbeans.modules.javafx.composer.design.control.SceneControlPane$2.run(SceneControlPane.java:146)
   at org.netbeans.api.javafx.composer.kernel.ModelManager$2.run(ModelManager.java:170)
   at org.openide.util.Mutex.readAccess(Mutex.java:362)
   at org.netbeans.api.javafx.composer.kernel.ModelManager.readAccess(ModelManager.java:166)
Comment 1 Petr Chytil 2010-04-02 09:33:36 UTC
Created attachment 96576 [details]
stacktrace
Comment 2 Petr Chytil 2010-04-02 09:49:32 UTC
closing, reported to JIRA