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 158142 - NullPointerException at de.hunsicker.jalopy.swing.SettingsContainer.trackPanel
Summary: NullPointerException at de.hunsicker.jalopy.swing.SettingsContainer.trackPanel
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-08 06:40 UTC by navneet
Modified: 2009-02-11 08:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 136912


Attachments
stacktrace (1.40 KB, text/plain)
2009-02-08 06:40 UTC, navneet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description navneet 2009-02-08 06:40:54 UTC
Build: NetBeans IDE Dev (Build 200812180001)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista, 6.0, amd64

User Comments:
navneet: editing jalopy settings

navneet: editing jalopy settings



Stacktrace: 
java.lang.NullPointerException
        at de.hunsicker.jalopy.swing.SettingsContainer.trackPanel(SettingsContainer.java:714)
        at de.hunsicker.jalopy.swing.SettingsContainer.dispose(SettingsContainer.java:130)
        at de.hunsicker.jalopy.swing.SettingsDialog$2.windowClosing(SettingsDialog.java:538)
        at java.awt.Window.processWindowEvent(Window.java:1862)
        at javax.swing.JDialog.processWindowEvent(JDialog.java:633)
        at java.awt.Window.processEvent(Window.java:1820)
Comment 1 navneet 2009-02-08 06:40:58 UTC
Created attachment 76703 [details]
stacktrace