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 233857 - NullPointerException at javax.swing.plaf.synth.SynthContext.getPainter
Summary: NullPointerException at javax.swing.plaf.synth.SynthContext.getPainter
Status: RESOLVED DUPLICATE of bug 230528
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-02 15:14 UTC by steve.clason
Modified: 2013-08-21 09:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200317


Attachments
stacktrace (3.51 KB, text/plain)
2013-08-02 15:14 UTC, steve.clason
Details

Note You need to log in before you can comment on or make changes to this bug.
Description steve.clason 2013-08-02 15:14:13 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-11133-on-20130616)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
steve.clason: NetBeans was loading.

GUEST: just starting netbeans.
the tabs files/projects/services are plain white block.
if i move the mouse over that area i get another NPE.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.synth.SynthContext.getPainter(SynthContext.java:197)
   at javax.swing.plaf.synth.SynthToolBarUI.update(SynthToolBarUI.java:217)
   at javax.swing.JComponent.paintComponent(JComponent.java:778)
   at javax.swing.JComponent.paint(JComponent.java:1054)
   at javax.swing.JComponent.paintChildren(JComponent.java:887)
   at javax.swing.JComponent.paint(JComponent.java:1063)
Comment 1 steve.clason 2013-08-02 15:14:15 UTC
Created attachment 138201 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-08-13 10:11:47 UTC
Another threading problem in Nimbus l&f
Comment 3 Stanislav Aubrecht 2013-08-21 09:31:36 UTC

*** This bug has been marked as a duplicate of bug 230528 ***