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

Summary: NullPointerException: Colors cannot be null
Product: ide Reporter: javydreamercsw <javydreamercsw>
Component: WelcomeAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229477
Attachments: stacktrace

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