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 193859 - NullPointerException at rc.sudokugenius.views.beanform.Cell.formMousePressed
Summary: NullPointerException at rc.sudokugenius.views.beanform.Cell.formMousePressed
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-28 05:44 UTC by rendicahya
Modified: 2011-01-05 08:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175389


Attachments
stacktrace (1.72 KB, text/plain)
2010-12-28 05:44 UTC, rendicahya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rendicahya 2010-12-28 05:44:42 UTC
Build: NetBeans IDE 6.9 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at rc.sudokugenius.views.beanform.Cell.formMousePressed(Cell.java:265)
   at rc.sudokugenius.views.beanform.Cell.access$200(Cell.java:10)
   at rc.sudokugenius.views.beanform.Cell$FormListener.mousePressed(Cell.java:244)
   at java.awt.Component.processMouseEvent(Component.java:6260)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3255)
   at java.awt.Component.processEvent(Component.java:6028)
Comment 1 rendicahya 2010-12-28 05:44:46 UTC
Created attachment 104542 [details]
stacktrace