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

Summary: NullPointerException at javax.swing.plaf.metal.MetalFileChooserUI$IndentIcon.getIconWidth
Product: platform Reporter: cdicarlo
Component: JDK ProblemsAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197595
Attachments: stacktrace

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.