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 177807 - NullPointerException at org.netbeans.modules.form.editors2.FontEditor$RelativeFontPanel.updateFromPropertyValue
Summary: NullPointerException at org.netbeans.modules.form.editors2.FontEditor$Relativ...
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-29 09:00 UTC by xenogew
Modified: 2009-11-30 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146987


Attachments
stacktrace (5.40 KB, text/plain)
2009-11-29 09:00 UTC, xenogew
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xenogew 2009-11-29 09:00:11 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows 7, 6.1, x86

User Comments:
GUEST: Font dialog was open. I clicked custom property button and the clicked back at normal font selection window.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.form.editors2.FontEditor$RelativeFontPanel.updateFromPropertyValue(FontEditor.java:550)
        at org.netbeans.modules.form.editors2.FontEditor$1.itemStateChanged(FontEditor.java:251)
        at javax.swing.AbstractButton.fireItemStateChanged(AbstractButton.java:2023)
        at javax.swing.AbstractButton$Handler.itemStateChanged(AbstractButton.java:2325)
        at javax.swing.DefaultButtonModel.fireItemStateChanged(DefaultButtonModel.java:440)
        at javax.swing.JToggleButton$ToggleButtonModel.setSelected(JToggleButton.java:255)
Comment 1 xenogew 2009-11-29 09:00:15 UTC
Created attachment 91833 [details]
stacktrace
Comment 2 Jan Stola 2009-11-30 09:57:48 UTC
Fixed.

Modified file: http://hg.netbeans.org/cdev/rev/1236e3992062