Re: Recommendations for RCP for Netbeans

2018-11-01 Thread Gail Anderson
Thanks, Pete. :) Hi Muhammad, If you’re interested in using JavaFX to help with some data visualization, our book shows how to integrate JavaFX-based windows into your app and some of the issues present when mixing JavaFX and Swing. The book was published before the migration to Apache, but I

Re: Recommendations for RCP for Netbeans

2018-11-01 Thread Pete Whelpton
Hi Muhammad, JavaFX Rich Client Programming on the NetBeans Platform by Gail Anderson & Paul Anderson Rich Client Programming: Plugging into the NetBeans Platform by Geertjan Wielenga, Jaroslav Tulach, Tim Boudreau The Definitive Guide to NetBeans™ Platform 7 by Heiko Böck Are all currently av

Re: Recommendations for RCP for Netbeans

2018-11-01 Thread Geertjan Wielenga
https://cwiki.apache.org/confluence/display/NETBEANS/on+top+of+NetBeans Gj On Thursday, November 1, 2018, Amith, Muhammad F < muhammad.f.am...@uth.tmc.edu> wrote: > Thanks, Mr. Wielenga. What about the JavaFX book by Anderson? Is that up > to date? > > > > By any chance, are there any good exa

Re: Recommendations for RCP for Netbeans

2018-11-01 Thread Amith, Muhammad F
Thanks, Mr. Wielenga. What about the JavaFX book by Anderson? Is that up to date? By any chance, are there any good examples of Netbeans RCP applications besides Gephi? From: Geertjan Wielenga Date: Wednesday, October 31, 2018 at 4:08 PM To: NetBeans Mailing List Subject: Re: Recommendations

Re: Netbeans 9.0 and maven

2018-11-01 Thread Stefan Murawski
Hi Neil, thanks for the tip with AdoptOpenJDK. Thats okay to keep Release82 alive I think :) But of course I am also curious about netbeans 9 and 10 and would like to try out the new versions. Nut for that I need documentation on maven and the new versions, Cheers, Stefan Am Do., 1. Nov. 2018 u

Re: [RPC] Disable internal Webbrowser

2018-11-01 Thread Sven Marquardt
Ok here is how it worked for me thanks for the suggestions. @ServiceProviders(     value = { @ServiceProvider(service = HtmlBrowser.Factory.class, position = 0),     @ServiceProvider(     service = HtmlBrowser.URLDisplayer.class,     position = 0,     supersedes = { "or

Re: NB 10-vc2 sez my projects "not valid or deleted"

2018-11-01 Thread Geertjan Wielenga
If you can provide steps to reproduce, file an issue: https://issues.apache.org/jira/projects/NETBEANS If you consider this a blocker for the release, please say so in the survey: https://goo.gl/forms/jCzBLA34hNZb4k5G2 Gj On Thu, Nov 1, 2018 at 12:47 PM Andreas Hauffe wrote: > Hi, > > it seems

Re: NB 10-vc2 sez my projects "not valid or deleted"

2018-11-01 Thread Andreas Hauffe
Hi, it seems I had a similar problem. After downloading and unzipping I started netbeans 10.0_vc2. I didn't import the 9.0 settings. Non of my java projects was listed as normal java project in the "open project" dialog. All of them where shown with a blue folder symbol with a yellow symbol o

Re: YouTube: Is Apache NetBeans 10 Ready for Release?

2018-11-01 Thread Geertjan Wielenga
The survey is not for NetCAT participants specifically -- it never has been. It is always aimed at the community at large, so that any remaining blockers can be identified. Hope that helps -- and hope you'll participate in filling in the survey. Gj On Thu, Nov 1, 2018 at 12:14 PM Bo Andersen wr

Sv: YouTube: Is Apache NetBeans 10 Ready for Release?

2018-11-01 Thread Bo Andersen
So anyone can participate, and you don't have to sign up for NetCAT? Looking forward to the Netbeans 10 release 😊 Fra: Geertjan Wielenga Sendt: 31. oktober 2018 14:40 Til: dev; netcat; NetBeans Mailing List Emne: YouTube: Is Apache NetBeans 10 Ready for Release?

Re: Netbeans 9.0 and maven

2018-11-01 Thread Neil C Smith
On Thu, 1 Nov 2018 at 08:50, Stefan Murawski wrote: > I am developing an application that is based on the netbeans framework. Due > to java 8 leaving official support and java 11 becoming the next lts I am > trying to migrate the application to Netbeans 9.0 and possibly java 11 (java > 10 would

Netbeans 9.0 and maven

2018-11-01 Thread Stefan Murawski
Hi, I am developing an application that is based on the netbeans framework. Due to java 8 leaving official support and java 11 becoming the next lts I am trying to migrate the application to Netbeans 9.0 and possibly java 11 (java 10 would be okay, too). The problems I faced are are the following