Re: --boot-classpath errors in NB 16

2023-01-13 Thread Mark Eggers
Frank, That's a very old version of the maven-compiler-plugin. From version 3.6 of the compiler plugin, you can use the maven.compiler.release property, which sets the JDK >=9 --release option. So the configuration would look something like this: 11

--boot-classpath errors in NB 16

2023-01-13 Thread Frank Griffin
I have just tried to upgrade an older project (NB 16, and I'm running into a problem. I upgraded to JDK 11, and as a result added       org.apache.maven.plugins     maven-compiler-plugin     2.3.2       11   11       However, now when I try to

Re: NB 16 code template expansion

2023-01-13 Thread Sean Carrick
Chris, I cannot recall a time when TAB expanded anything in NB...Did you mean "sout" + CTRL+SPACE? Because that is how I remember it always working and how it currently works. Is it possible that you are confusing the template expansion from Eclipse/IntelliJ-IDEA and NB?  That's why I try not to

RE: External monitors.

2023-01-13 Thread marc.bendana
Hi, What do you mean by “external monitor” ? I work on a Windows computer (not a laptop) with 3 screens so would you say that I have 3 monitors or 3 three external monitors ? This piece of code: GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();