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.

View | Details | Raw Unified | Return to bug 128709
Collapse All | Expand All

(-)a/tasklist.usertasks/src/org/netbeans/modules/tasklist/usertasks/dependencies/DependencyPanel.java (-2 / +2 lines)
Lines 63-71 Link Here
63
     */
63
     */
64
    private static class UserTaskTreeCellRenderer extends DefaultTreeCellRenderer {
64
    private static class UserTaskTreeCellRenderer extends DefaultTreeCellRenderer {
65
        private static final Image IMAGE =
65
        private static final Image IMAGE =
66
            Utilities.loadImage("org/netbeans/modules/tasklist/core/task.gif"); // NOI18N
66
            Utilities.loadImage("org/netbeans/modules/tasklist/usertasks/task.gif"); // NOI18N
67
        private static final Image DONE =
67
        private static final Image DONE =
68
            Utilities.loadImage("org/netbeans/modules/tasklist/core/doneItem.gif"); // NOI18N
68
            Utilities.loadImage("org/netbeans/modules/tasklist/usertasks/doneItem.gif"); // NOI18N
69
        private ImageIcon icon = new ImageIcon();
69
        private ImageIcon icon = new ImageIcon();
70
        
70
        
71
        public java.awt.Component getTreeCellRendererComponent(
71
        public java.awt.Component getTreeCellRendererComponent(

Return to bug 128709