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 - Matisse ignores some properties settings
Summary: Matisse ignores some properties settings
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-28 10:25 UTC by Peter Nabbefeld
Modified: 2017-09-01 12:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The java source file (9.96 KB, text/x-java)
2017-08-28 10:25 UTC, Peter Nabbefeld
Details
The related form file (13.20 KB, application/octet-stream)
2017-08-28 10:26 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
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