Hi Roy,
It might be possible to do the nested import, but it is far from being a
standard and usual thing.
I suggest you go with the extract-and-import idea. Sounds straightforward.
Kind Regards,
Johnny
--
Johnny Muczynski
734-262-2045
On Fri, Feb 23, 2018 at 6:22 AM, Henderson, Roy <
roy.hend
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
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