Re: Netbeans Plugin Support

2018-02-24 Thread Geertjan Wielenga
Hi, This should help: https://blogs.oracle.com/geertjan/creating-a-better-java-class-wizard Thanks, Gj On Sat, Feb 24, 2018 at 2:47 PM, Mike Roy-DiClemente wrote: > Hello everyone,I was creating a simple plugin to help facilitate teaching > java to beginners. I have some supporting libraries

Netbeans Plugin Support

2018-02-24 Thread Mike Roy-DiClemente
Hello everyone,I was creating a simple plugin to help facilitate teaching java to beginners. I have some supporting libraries I wanted added into projects by default, and I wanted a custom class that imported them and had some starter code. We use locked-down machines, so a plugin is ideal. I fou