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 246132 - NullPointerException at com.sun.java.swing.plaf.windows.WindowsProgressBarUI.getBox
Summary: NullPointerException at com.sun.java.swing.plaf.windows.WindowsProgressBarUI....
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-30 13:17 UTC by Exceptions Reporter
Modified: 2014-07-31 14:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210998


Attachments
stacktrace (1.70 KB, text/plain)
2014-07-30 13:17 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-07-30 13:17:00 UTC
This bug was originally marked as duplicate of bug 206336, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
GUEST: Designing JPanel




Stacktrace: 
java.lang.NullPointerException
   at com.sun.java.swing.plaf.windows.WindowsProgressBarUI.getBox(WindowsProgressBarUI.java:272)
   at javax.swing.plaf.basic.BasicProgressBarUI.setAnimationIndex(BasicProgressBarUI.java:942)
   at com.sun.java.swing.plaf.windows.WindowsProgressBarUI.setAnimationIndex(WindowsProgressBarUI.java:212)
   at javax.swing.plaf.basic.BasicProgressBarUI.incrementAnimationIndex(BasicProgressBarUI.java:1000)
   at javax.swing.plaf.basic.BasicProgressBarUI$Animator.actionPerformed(BasicProgressBarUI.java:1208)
   at javax.swing.Timer.fireActionPerformed(Timer.java:313)
Comment 1 Exceptions Reporter 2014-07-30 13:17:01 UTC
Created attachment 148413 [details]
stacktrace