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 270887 - NullPointerException: Colors cannot be null
Summary: NullPointerException: Colors cannot be null
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-15 17:43 UTC by javydreamercsw
Modified: 2017-06-15 17:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229477


Attachments
stacktrace (4.81 KB, text/plain)
2017-06-15 17:43 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2017-06-15 17:43:38 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
javydreamercsw: Opening IDE.




Stacktrace: 
java.lang.NullPointerException: Colors cannot be null
   at java.awt.GradientPaint.<init>(GradientPaint.java:90)
   at com.revivius.nb.darcula.ui.ContentAreaAwareButtonUI.getBackgroundPaint(ContentAreaAwareButtonUI.java:107)
   at com.revivius.nb.darcula.ui.ContentAreaAwareButtonUI.paint(ContentAreaAwareButtonUI.java:56)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
   at com.revivius.nb.darcula.ui.ContentAreaAwareButtonUI.update(ContentAreaAwareButtonUI.java:115)
   at javax.swing.JComponent.paintComponent(JComponent.java:780)
Comment 1 javydreamercsw 2017-06-15 17:43:39 UTC
Created attachment 164550 [details]
stacktrace