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 271739 - NullPointerException at com.sun.java.swing.plaf.windows.WindowsComboBoxUI$XPComboBoxButton.getState
Summary: NullPointerException at com.sun.java.swing.plaf.windows.WindowsComboBoxUI$XPC...
Status: CLOSED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-01 07:39 UTC by Exceptions Reporter
Modified: 2017-11-01 07:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 125447


Attachments
stacktrace (1.76 KB, text/plain)
2017-11-01 07:40 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-11-01 07:39:58 UTC
This issue was reported manually by knilanka.
It already has 6 duplicates 


Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows Vista

Stacktrace: 
java.lang.NullPointerException
   at com.sun.java.swing.plaf.windows.WindowsComboBoxUI$XPComboBoxButton.getState(WindowsComboBoxUI.java:406)
   at com.sun.java.swing.plaf.windows.XPStyle$GlyphButton.paintComponent(XPStyle.java:709)
   at javax.swing.JComponent.paint(JComponent.java:1022)
   at javax.swing.JComponent.paintChildren(JComponent.java:859)
   at javax.swing.JComponent.paint(JComponent.java:1031)
   at javax.swing.JComponent.paintToOffscreen(JComponent.java:5104)
Comment 1 Exceptions Reporter 2017-11-01 07:40:00 UTC
Created attachment 165381 [details]
stacktrace
Comment 2 Jiri Kovalsky 2017-11-01 07:46:53 UTC
NetBeans 6.1 is already not supported. Please download NetBeans 8.2 with JDK 8 Update 151 bundle for example:

http://www.oracle.com/technetwork/java/javase/downloads/jdk-netbeans-jsp-142931.html
Comment 3 Jiri Kovalsky 2017-11-01 07:47:52 UTC
Closing