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 216113 - NullPointerException at org.netbeans.modules.form.FormDesigner.pointFromComponentToHandleLayer
Summary: NullPointerException at org.netbeans.modules.form.FormDesigner.pointFromCompo...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-30 02:58 UTC by rocky005
Modified: 2013-06-04 11:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186305


Attachments
stacktrace (3.83 KB, text/plain)
2012-07-30 02:58 UTC, rocky005
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rocky005 2012-07-30 02:58:07 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b06
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.FormDesigner.pointFromComponentToHandleLayer(FormDesigner.java:749)
   at org.netbeans.modules.form.HandleLayer.convertPointFromComponent(HandleLayer.java:1804)
   at org.netbeans.modules.form.HandleLayer.paintLayoutInnerSelection(HandleLayer.java:420)
   at org.netbeans.modules.form.HandleLayer.paintComponent(HandleLayer.java:321)
   at javax.swing.JComponent.paint(JComponent.java:1054)
   at javax.swing.JComponent.paintChildren(JComponent.java:887)
Comment 1 rocky005 2012-07-30 02:58:11 UTC
Created attachment 122513 [details]
stacktrace