Re: Combobox - letter size

2023-01-14 Thread Tim de Vries
I use a SizedPanel extends JPanel for null Layout and it works for all my needs. But you have to compute sizing yourself. I use it that way for both BoundingBox’es and GUI components. I use it in Swing and Awt. I use a mix of both or it doesn’t work correctly. It all works properly. There used t

Re: --boot-classpath errors in NB 16

2023-01-14 Thread Michael Bien
On 14.01.23 16:55, Frank Griffin wrote: On 1/14/23 02:22, Mark Eggers wrote: 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 configurat

Re: [EXTERNAL] Re: NB 16 code template expansion

2023-01-14 Thread Christopher C. Lanz
Hello, problem solved, with one surprise: I didn't realize that the expansion of code templates is limited to locations where the expansion would create correct code, so some of my tests (that led me to believe I had a problem) were invalid. I never discovered this because (apparently) I never

Re: [EXTERNAL] Re: NB 16 code template expansion

2023-01-14 Thread Laszlo Kishalmi
This feature is enabled by default. Cannot be really switched off. (Disablind it support modules might  work). In Tools > Options > Editor > Code Templates at the bottom of the dialog, the action key (by default) can be changed though. If I remember well there was a time when tha expand act

Re: --boot-classpath errors in NB 16

2023-01-14 Thread Frank Griffin
On 1/14/23 02:22, Mark Eggers wrote: 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

Re: From GlassFish to Tomcat

2023-01-14 Thread Laszlo Kishalmi
Open the project properties and on the Run card select Tomcat as server instead of Glassfish. On 1/14/23 06:27, Amn Ojee Uw wrote: I have a small project that uses Glassfish server, however, I would like to change the server to Tomcat; how do I do that in NetBeans 16. Any suggestions would be

Re: [EXTERNAL] Re: NB 16 code template expansion

2023-01-14 Thread Christopher C. Lanz
Hello, I have been using tab to expand "sout" to System.out.println(""); for several years. Since I have never used Eclipse/IntelliJ-IDEA, it would be difficult for me to have them confused with NB. As yet noone has responded to the question of how that feature gets toggled. Chris Lanz, Assoc

From GlassFish to Tomcat

2023-01-14 Thread Amn Ojee Uw
I have a small project that uses Glassfish server, however, I would like to change the server to Tomcat; how do I do that in NetBeans 16. Any suggestions would be much, much appreciated. - To unsubscribe, e-mail: users-unsubsc