Hi

I believe it is to do with using the Swing Layout Extension Library which
is now not included.

You need to change to Standard Java 6 Code instead.

This fixes it on future code ...
Netbeans Tools > Options > Java > GUI Builder > Layout Generation
Style > Standard
Java 6 Code

I can't remember exactly how, but I needed to do a text search of all
Netbeans generated files.

org.jdesktop.layout.GroupLayout
needs to change to
javax.swing.GroupLayout

Looking at source history I also notice in the ".form" ...

<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer"
value="2"/>
is replaced with
 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer"
value="1"/>

That is probably the "Layout Generation Style" setting above.

HTH
-Damian


On Fri, 20 Sep 2019 at 06:36, Pisupati Suresh <[email protected]>
wrote:

> Hi Team,
>
>
>
> I am trying to migrate a project which is built using NetBeans libraries
> from NetBeans 8.1 to new version Apache NetBeans 11.1.
>
>
>
> When I navigate to the properties of my main project (which I have set
> as), in the Libraries tab, I am getting a warning message in the Platform
> Modules about unknown module. I am hereby attaching the screen shot of it.
>
>
>
>
>
> Could you please help me in resolving this issue?
>
>
>
> Thanks
>
> P. Suresh Kumar
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

Reply via email to