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

(-)form/src/org/netbeans/modules/form/RADProperty.java (+9 lines)
Lines 123-128 Link Here
123
                                              IllegalArgumentException,
123
                                              IllegalArgumentException,
124
                                              InvocationTargetException {
124
                                              InvocationTargetException {
125
        super.setValue(value);
125
        super.setValue(value);
126
        if (getName().equals("text")) { 
127
            setPreCode("/*"); 
128
            setPostCode(
129
                "*/ org.openide.awt.Mnemonics.setLocalizedText("+
130
                component.getName()+
131
                ", "+
132
                getJavaInitializationString()+
133
                ");");
134
        }
126
135
127
        component.debugChangedValues(); // do we need this??
136
        component.debugChangedValues(); // do we need this??
128
    }
137
    }

Return to bug 27009