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 150065 - InternalError: HTHEME is null
Summary: InternalError: HTHEME is null
Status: RESOLVED DUPLICATE of bug 144930
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-14 11:05 UTC by Lukas Hasik
Modified: 2008-12-22 14:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 29567


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-14 11:05:11 UTC
10 duplicates. Probably jdk bug.

Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.InternalError: HTHEME is null
        at sun.awt.windows.ThemeReader.paintBackground(ThemeReader.java:0)
        at sun.awt.windows.ThemeReader.paintBackground(ThemeReader.java:102)
        at com.sun.java.swing.plaf.windows.XPStyle$SkinPainter.paintToImage(XPStyle.java:663)
        at sun.swing.CachedPainter.paint0(CachedPainter.java:129)
        at sun.swing.CachedPainter.paint(CachedPainter.java:94)
        at com.sun.java.swing.plaf.windows.XPStyle$Skin.paintSkin(XPStyle.java:622)
        at com.sun.java.swing.plaf.windows.WindowsToolBarUI.paint(WindowsToolBarUI.java:62)
        at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
        at javax.swing.JComponent.paintComponent(JComponent.java:763)
        at javax.swing.JComponent.paint(JComponent.java:1027)
Comment 1 David Simonek 2008-10-14 12:58:34 UTC
duplicate of 144930

*** This issue has been marked as a duplicate of 144930 ***