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 224919 - NullPointerException at javax.swing.plaf.metal.MetalFileChooserUI$IndentIcon.getIconWidth
Summary: NullPointerException at javax.swing.plaf.metal.MetalFileChooserUI$IndentIcon....
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-15 15:47 UTC by cdicarlo
Modified: 2013-07-30 14:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197595


Attachments
stacktrace (8.13 KB, text/plain)
2013-01-15 15:47 UTC, cdicarlo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cdicarlo 2013-01-15 15:47:12 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Windows XP

User Comments:
cdicarlo: Creating a new project.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.metal.MetalFileChooserUI$IndentIcon.getIconWidth(MetalFileChooserUI.java:890)
   at javax.swing.SwingUtilities.layoutCompoundLabelImpl(SwingUtilities.java:962)
   at javax.swing.SwingUtilities.layoutCompoundLabel(SwingUtilities.java:889)
   at javax.swing.plaf.basic.BasicLabelUI.layoutCL(BasicLabelUI.java:94)
   at javax.swing.plaf.basic.BasicLabelUI.getPreferredSize(BasicLabelUI.java:238)
   at javax.swing.JComponent.getPreferredSize(JComponent.java:1660)
Comment 1 cdicarlo 2013-01-15 15:47:13 UTC
Created attachment 130246 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-07-30 14:13:34 UTC
Just a single report - closing.

Please reopen if the bug is reproducible with the latest update of JDK 1.7, thanks.