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

(-)CardLayoutSupport.java (-7 lines)
Lines 42-49 Link Here
42
package org.netbeans.modules.form.layoutsupport.delegates;
42
package org.netbeans.modules.form.layoutsupport.delegates;
43
43
44
import java.awt.*;
44
import java.awt.*;
45
import java.beans.*;
46
import java.util.*;
47
45
48
import org.openide.nodes.Node;
46
import org.openide.nodes.Node;
49
47
Lines 286-296 Link Here
286
                        public void setTargetValue(Object value) {
284
                        public void setTargetValue(Object value) {
287
                            card = (String)value;
285
                            card = (String)value;
288
                        }
286
                        }
289
                        @Override
290
                        public void setPropertyContext(
291
                            org.netbeans.modules.form.FormPropertyContext ctx)
292
                        { // disabling this method due to limited persistence
293
                        } // capabilities (compatibility with previous versions)
294
                    }
287
                    }
295
                };
288
                };
296
                properties[0].setValue("NOI18N", Boolean.TRUE); // NOI18N
289
                properties[0].setValue("NOI18N", Boolean.TRUE); // NOI18N

Return to bug 32367