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

(-)form/src/org/netbeans/modules/form/layoutsupport/delegates/CardLayoutSupport.java (-5 lines)
Lines 291-301 Link Here
291
                        public void setTargetValue(Object value) {
291
                        public void setTargetValue(Object value) {
292
                            card = (String)value;
292
                            card = (String)value;
293
                        }
293
                        }
294
                        @Override
295
                        public void setPropertyContext(
296
                            org.netbeans.modules.form.FormPropertyContext ctx)
297
                        { // disabling this method due to limited persistence
298
                        } // capabilities (compatibility with previous versions)
299
                    }
294
                    }
300
                };
295
                };
301
                properties[0].setValue("NOI18N", Boolean.TRUE); // NOI18N
296
                properties[0].setValue("NOI18N", Boolean.TRUE); // NOI18N

Return to bug 32367