Re: AW: New NetBeans splash screen? :-)

2018-03-10 Thread Antonio
Hi, I've added some icons in PR#447 for NETBEANS-146. This is a superb issue as it is, as it concentrates everything on a single page. I don't think it's worth splitting it. If PR#447 is merged I'll mark those icons I've added in NETBEANS-146 (as you marked the licensing changes with a

Re: Netbeans 9.0 is very unstable with lombok in JDK 9

2018-03-10 Thread Gili T.
Josh, Try JDK 9 specifically. The fact that they use bytecode injection makes their library very unstable. Gili On Sat, Mar 10, 2018, 11:59 Josh Juneau wrote: > I will chime in to mention that I utilize Lombok with NetBeans 8.2 and it > works most of the time. There are

Re: Oracle will remove JavaFX from Oracle JDK (was: Re: Noticed Oracle is Working to Remove Java FX, AWT, and Swing from Base Java/JDK)

2018-03-10 Thread John Muczynski
Is Swing not part of OpenJDK? Or is the work about "updating Swing for new versions of operating systems" the issue at hand? -- Johnny Muczynski 734-262-2045 On Sat, Mar 10, 2018 at 12:50 AM Wade Chandler wrote: > On Mar 9, 2018 18:16, "Neil C Smith"

Re: Netbeans 9.0 is very unstable with lombok in JDK 9

2018-03-10 Thread Josh Juneau
I will chime in to mention that I utilize Lombok with NetBeans 8.2 and it works most of the time. There are some annoyances that I've noticed, but it is most certainly due to the fact that Lombok is a compile-time process...not a library, as mentioned in a previous thread. Typically if I change