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
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 com
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
You are using code - it’s just that the NB GUI editor creates the Java code for
you. The height of the combobox is constrained by how much space the
containing panel is giving it. In other words, it doesn’t matter how tall you
tell the combo box to be, if the panel doesn’t give it that much s
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();
GraphicsDevi