juanotto commented on code in PR #23:
URL:
https://github.com/apache/netbeans-antora-tutorials/pull/23#discussion_r2475619711
##########
modules/ROOT/images/tutorials/selection-1_nb27_replace3.png:
##########
Review Comment:
Hmmm it may be easy, I don't know why just yet but picking the L&F on the
running application works. I'll just redo the app screenshots, it's about 5 of
them anyway.
When running the app for this tutorial (it uses Ant), I can see in the
Output:
```
-------------------------------------------------------------------------------
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
org.openide.util.lookup [8.63
27-312307d41168e81225f112a1365f8706d843e5ea]
>>>>>>>> many packages later <<<<<<<<<<<<
org.netbeans.libs.flatlaf/1 [1.23 3.6.1
27-312307d41168e81225f112a1365f8706d843e5ea]
org.netbeans.swing.laf.flatlaf [1.22
27-312307d41168e81225f112a1365f8706d843e5ea]
```
I didn't have time to investigate how they get there, but it seems it gets
packaged with a new NBP App when using Ant.
Checking around I found there's another maven wrapper package for flatlaf
published by netbeans:
```
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-libs-flatlaf</artifactId>
<version>RELEASE270</version>
</dependency>
```
I'll start getting info for a L&F tutorial then I guess :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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