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.

Bug 271385

Summary: Matisse ignores some properties settings
Product: guibuilder Reporter: Peter Nabbefeld <epdv>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: The java source file
The related form file

Description Peter Nabbefeld 2017-08-28 10:25:03 UTC
Created attachment 165031 [details]
The java source file

I've created a JPanel form containing a JScrollpane. The settings of "lineWrap" and "wrapStyleWord" (and possibly others) are ignored, no setXXX code is generated.

I had made a manual change of the superclass, changing it to "EditorNodePanel" - restoring the original superclass "JPanel" does not change the behaviour.
Comment 1 Peter Nabbefeld 2017-08-28 10:26:11 UTC
Created attachment 165032 [details]
The related form file