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 187889 - NullPointerException at org.vasusejai.javaquiz.MyQuizTopComponent.showQuestion
Summary: NullPointerException at org.vasusejai.javaquiz.MyQuizTopComponent.showQuestion
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-06-21 13:22 UTC by adben
Modified: 2010-06-22 12:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170842


Attachments
stacktrace (2.57 KB, text/plain)
2010-06-21 13:22 UTC, adben
Details

Note You need to log in before you can comment on or make changes to this bug.
Description adben 2010-06-21 13:22:19 UTC
Build: NetBeans IDE Dev (Build 201006130001)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at org.vasusejai.javaquiz.MyQuizTopComponent.showQuestion(MyQuizTopComponent.java:466)
   at org.vasusejai.javaquiz.MyQuizTopComponent.launchQuiz(MyQuizTopComponent.java:561)
   at org.vasusejai.javaquiz.MyQuizTopComponent.jMenuItem1ActionPerformed(MyQuizTopComponent.java:289)
   at org.vasusejai.javaquiz.MyQuizTopComponent.access$600(MyQuizTopComponent.java:28)
   at org.vasusejai.javaquiz.MyQuizTopComponent$7.actionPerformed(MyQuizTopComponent.java:208)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
Comment 1 adben 2010-06-21 13:22:23 UTC
Created attachment 100275 [details]
stacktrace