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 258823 - NullPointerException at javax.swing.JLabel.setIcon
Summary: NullPointerException at javax.swing.JLabel.setIcon
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-14 10:54 UTC by jaras2678
Modified: 2016-04-14 10:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223517


Attachments
stacktrace (6.72 KB, text/plain)
2016-04-14 10:54 UTC, jaras2678
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaras2678 2016-04-14 10:54:23 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 25.66-b17, OpenJDK Runtime Environment, 1.8.0_66-internal-b17
OS: Linux

User Comments:
jaras2678: xubuntu 15.10




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.JLabel.setIcon(JLabel.java:406)
   at org.netbeans.swing.dirchooser.DirectoryChooserUI$DirectoryTreeRenderer.getTreeCellRendererComponent(DirectoryChooserUI.java:2657)
   at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2807)
   at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:492)
   at javax.swing.tree.FixedHeightLayoutCache.getBounds(FixedHeightLayoutCache.java:553)
   at javax.swing.tree.FixedHeightLayoutCache.getBounds(FixedHeightLayoutCache.java:187)
Comment 1 jaras2678 2016-04-14 10:54:25 UTC
Created attachment 159265 [details]
stacktrace