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 38082
Collapse All | Expand All

(-)java/src/org/netbeans/modules/java/imptool/AbstractProp.java (+8 lines)
Line 48 Link Here
48
    
49
    public Object getValue(String key) {
50
        if ("suppressCustomEditor".equals(key)) {
51
            return Boolean.TRUE;
52
        } else {
53
            return super.getValue(key);
54
        }
55
    }

Return to bug 38082