Re: v12.4 Fonts wrong

2021-06-25 Thread Bradley Willcott
Hi. Thanks Peter.  Had a look.  None of the files mentioned exists in my OpenJDK 15.0.2 implementation. However.  As far as NB 12.4 is concerned, I have a workaround: * Tools -> Options -> Appearance -> Look & Feel (tab): o Preferred look and feel: "Nimbus" or "Dark Nimbus"  <== Fixes

Re: Re: Java 16 Javadocs?

2021-06-25 Thread Eric Bresie
Would something like this be usable? https://cr.openjdk.java.net/~iris/se/16/latestSpec/api/index.html There seems to be other versions available as well here https://cr.openjdk.java.net/~iris/se/ Eric Bresie ebre...@gmail.com (mailto:ebre...@gmail.com) > On June 24, 2021 at 8:08:56 AM CDT, Emi

"Dock Group" or "Dock" - Windows10 NetBeans-12.0.

2021-06-25 Thread Vladimir Kokovic
I have another specific question regarding the Windows10 NetBeans-12.0. Is it possible that as on Linux, do the "Dock Group" or "Dock" and not "Group" ? - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additio

Re: CVS client on Windows10 Netbeans-12.0

2021-06-25 Thread Vladimir Kokovic
Bravo for Anthony Decarlo, it is the correct procedure. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans

Re: CVS client on Windows10 Netbeans-12.0

2021-06-25 Thread Geertjan Wielenga
But that doesn’t matter because the other response to your question provides direct links to what you’re looking for. Gj On Fri, 25 Jun 2021 at 16:52, Vladimir Kokovic wrote: > There is no CVS client in the catalog " > http://plugins.archive.librebeans.org/catalogue/8.1/catalog.xml";. > > -

Re: CVS client on Windows10 Netbeans-12.0

2021-06-25 Thread Vladimir Kokovic
There is no CVS client in the catalog "http://plugins.archive.librebeans.org/catalogue/8.1/catalog.xml";. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache

Re: CVS client on Windows10 Netbeans-12.0

2021-06-25 Thread Anthony DeCarlo
Vladimir, When I installed 12.4 (on windows 10) I had the same problem. You need to download the CVS plugin and it's two dependencies below http://netbeans.apidesign.org/maven2/org/netbeans/modules/org-netbeans-modules-versioning-system-cvss/RELEASE701/org-netbeans-modules-versioning-system-cvss

Re: CVS client on Windows10 Netbeans-12.0

2021-06-25 Thread Geertjan Wielenga
Try this: http://plugins.archive.librebeans.org/catalogue/8.1/catalog.xml Gj On Fri, Jun 25, 2021 at 4:17 PM Vladimir Kokovic wrote: > I would ask someone to tell me how to install CVS client on Windows10 > Netbeans-12.0? > The CVS client was on the "Latest Development Build" which is now " > h

CVS client on Windows10 Netbeans-12.0

2021-06-25 Thread Vladimir Kokovic
I would ask someone to tell me how to install CVS client on Windows10 Netbeans-12.0? The CVS client was on the "Latest Development Build" which is now "https://netbeans.apache.org/about/oracle-transition.html";. - To unsubscrib

Re: @Nonnull?

2021-06-25 Thread Owen Thomas
No Maven or Gradle. Ant only. :b On Fri, 25 Jun 2021 at 17:34, Owen Thomas wrote: > I've just been informed that @Nonnull could be part of javax (the > documentation does appear to state this). I don't think I have access to > this package because I'm not using anything other than the Java SE AP

Re: @Nonnull?

2021-06-25 Thread Owen Thomas
I've just been informed that @Nonnull could be part of javax (the documentation does appear to state this). I don't think I have access to this package because I'm not using anything other than the Java SE API.