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 2304 - Invoking a Font Property Editor throws an exception
Summary: Invoking a Font Property Editor throws an exception
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-26 00:39 UTC by Jan Palka
Modified: 2002-07-19 15:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Palka 1999-06-26 00:39:50 UTC
java.lang.NullPointerException:
        at com.netbeans.developer.editors.FontEditor$FontPanel.<init>(FontEditor
.java:189)
        at com.netbeans.developer.editors.FontEditor.getCustomEditor(FontEditor.
java:133)
        at com.netbeans.developer.modules.loaders.form.FormCustomEditor.<init>(F
ormCustomEditor.java:64)
        at com.netbeans.developer.modules.loaders.form.FormPropertyEditor.getCus
tomEditor(FormPropertyEditor.java:217)
        at org.openide.explorer.propertysheet.PropertyDetails.getPropertyCustomE
ditor(PropertyDetails.java:463)
        at org.openide.explorer.propertysheet.PropertyDisplayer$9.sheetButtonCli
cked(PropertyDisplayer.java:702)
        at org.openide.explorer.propertysheet.SheetButton.notifySheetButtonListe
nersAboutClick(SheetButton.java:387)
        at org.openide.explorer.propertysheet.SheetButton.mouseReleased(SheetBut
ton.java:457)
        at java.awt.Component.processMouseEvent(Component.java:3126)
        at java.awt.Component.processEvent(Component.java:2965)
        at java.awt.Container.processEvent(Container.java:987)
        at java.awt.Component.dispatchEventImpl(Component.java:2376)

        at java.awt.Container.dispatchEventImpl(Container.java:1032)
        at java.awt.Component.dispatchEvent(Component.java:2289)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:1944
)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:1732)

        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:1645)
        at java.awt.Container.dispatchEventImpl(Container.java:1019)
        at java.awt.Window.dispatchEventImpl(Window.java:714)
        at java.awt.Component.dispatchEvent(Component.java:2289)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:258)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
Comment 1 Marek Grummich 2000-07-25 09:37:59 UTC
Priority is changed to P4 (normal).
Comment 2 Jan Stola 2000-07-27 17:53:59 UTC
Bug assigned to the module owner.