Re: [Gentoo packaging] Can't find resource for bundle

2017-11-29 Thread William L. Thomson Jr.
On Thu, 30 Nov 2017 07:50:13 +0100 Jaroslav Tulach wrote > I would assume you get NetBeans-source.zip file, replace all binaries > with references to files from other packages and then invoke > > $ ant build Not at all, very far from what I am doing. Its in the archives. I am suing Gentoo Java s

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-29 Thread Jaroslav Tulach
Hello William. 2017-11-30 7:33 GMT+01:00 William L. Thomson Jr. : > On Thu, 30 Nov 2017 04:07:00 +0100 > Jaroslav Tulach wrote: > > > Having a Linux package for NetBeans would be great. Thanks for doing > > the work. > > I am packaging Netbeans for Gentoo based systems, or things using the > por

Re: Newbie On Board!!!

2017-11-29 Thread John McDonnell
Hi John, What are you having trouble with? Docker wouldn't work IMO as a developer environment, a VM would make more sense, but then again I would consider even this to be overkill. And this is coming from someone who only started using GIT day to day in February, so not an expert, and only star

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-29 Thread William L. Thomson Jr.
On Thu, 30 Nov 2017 04:07:00 +0100 Jaroslav Tulach wrote: > Having a Linux package for NetBeans would be great. Thanks for doing > the work. I am packaging Netbeans for Gentoo based systems, or things using the portage tree. > If you can separate your problem to set of steps I can run on my >

Re: Source repository for other Netbeans dependent code

2017-11-29 Thread William L. Thomson Jr.
On Thu, 30 Nov 2017 07:08:21 +0100 Jaroslav Tulach wrote: > Hello William. > Maven artifacts contain a pom.xml file and that file is supposed to > point to a source control repository. I was looking in pom.xmls but they were not helping. Likely due to transition to apache. http://repo1.maven

[GitHub] geertjanw commented on issue #302: Various license fixes to satisfy rat checks

2017-11-29 Thread GitBox
geertjanw commented on issue #302: Various license fixes to satisfy rat checks URL: https://github.com/apache/incubator-netbeans/pull/302#issuecomment-348093479 Wait, before merging, there's still a conflict, can you resolve that? ---

[GitHub] geertjanw commented on issue #302: Various license fixes to satisfy rat checks

2017-11-29 Thread GitBox
geertjanw commented on issue #302: Various license fixes to satisfy rat checks URL: https://github.com/apache/incubator-netbeans/pull/302#issuecomment-348093398 Great, merging. This is an automated message from the Apache Git

[GitHub] geertjanw closed pull request #301: Skin HTML components like the Swing ones

2017-11-29 Thread GitBox
geertjanw closed pull request #301: Skin HTML components like the Swing ones URL: https://github.com/apache/incubator-netbeans/pull/301 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] geertjanw commented on issue #301: Skin HTML components like the Swing ones

2017-11-29 Thread GitBox
geertjanw commented on issue #301: Skin HTML components like the Swing ones URL: https://github.com/apache/incubator-netbeans/pull/301#issuecomment-348092400 OK, merging. This is an automated message from the Apache Git Servi

Re: Source repository for other Netbeans dependent code

2017-11-29 Thread Jaroslav Tulach
Hello William. Maven artifacts contain a pom.xml file and that file is supposed to point to a source control repository. I believe this is the repo you are looking for: https://github.com/apache/incubator-netbeans-html4j -jt 2017-11-30 6:48 GMT+01:00 William L. Thomson Jr. : > It seems Netbeans

Re: (Avoid) Using JavaFX WebView was: JDK & JavaFX versions

2017-11-29 Thread Jaroslav Tulach
Hello Christian, 2017-11-29 16:07 GMT+01:00 Christian Lenz : > As an real world example, which is working well and I found a good > solution for me, myself and I, please look here: > https://github.com/Chris2011/NbScratchFile/tree/develop nice example of mixed UI development! I've polished it t

Source repository for other Netbeans dependent code

2017-11-29 Thread William L. Thomson Jr.
It seems Netbeans uses code that is not under org.netbeans or other namespace. But seems to be Netbeans projects. They are not in the Netbeans repository, at least I did not see them. These are what I am looking for, GroupId org.netbeans.html http://search.maven.org/#search|ga|1|g%3A"org.netbeans.

Re: (Avoid) Using JavaFX WebView was: JDK & JavaFX versions

2017-11-29 Thread Jaroslav Tulach
Hello Neil. > This conversation came out of a question related to the Start Page - I believe the start page is certainly a great candidate for being rendered in HTML. Such approach will simplify a lot. I still remember the pain with current welcome page (which tries to mimic HTML look without usi

[GitHub] jtulach commented on issue #301: Skin HTML components like the Swing ones

2017-11-29 Thread GitBox
jtulach commented on issue #301: Skin HTML components like the Swing ones URL: https://github.com/apache/incubator-netbeans/pull/301#issuecomment-348079951 This change also fixes annoying [bug #148](https://issues.apache.org/jira/browse/NETBEANS-148). Is there any technical objection inte

[GitHub] jtulach commented on issue #301: Skin HTML components like the Swing ones

2017-11-29 Thread GitBox
jtulach commented on issue #301: Skin HTML components like the Swing ones URL: https://github.com/apache/incubator-netbeans/pull/301#issuecomment-348079951 This change also fixes annoying [bug #148](https://issues.apache.org/jira/browse/NETBEANS-148). Is there any technical objection inte

[GitHub] jtulach commented on issue #301: Skin HTML components like the Swing ones

2017-11-29 Thread GitBox
jtulach commented on issue #301: Skin HTML components like the Swing ones URL: https://github.com/apache/incubator-netbeans/pull/301#issuecomment-348079951 Is there any technical objection integrating these changes? If not, I'd like the change to be to merged.

[GitHub] jtulach commented on issue #301: Skin HTML components like the Swing ones

2017-11-29 Thread GitBox
jtulach commented on issue #301: Skin HTML components like the Swing ones URL: https://github.com/apache/incubator-netbeans/pull/301#issuecomment-348079951 Is there any technical objections integrating these changes? If not, I'd like the change to be to merged. ---

Re: Newbie On Board!!!

2017-11-29 Thread John Muczynski
Hi Ioannis, I think that's a splendid idea to set up an image. Maybe a docker image? Docker seems to be getting very popular. I'm trying to just set up GIT for starters and having absolute trouble. I suppose a docker image could have everything except the keys for git. Cheers, Johnny -- Johnny

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-29 Thread Jaroslav Tulach
Having a Linux package for NetBeans would be great. Thanks for doing the work. If you can separate your problem to set of steps I can run on my Ubuntu, I can try to investigate. All I know that $ wget https://builds.apache.org/view/Incubator%20Projects/job/ incubator-netbeans-release/lastSuccessf

RE: Newbie On Board!!!

2017-11-29 Thread Ioannis Torounoglou
Hello John, Although I am the MOST GENERIC type, I think we should also provide a simple step by step procedure for newbies like me. I would suggest setting up a vbox linux image with everything is needed. Or a video to show. We can distribute the vm. We can get help instantly from many many pe

Re: [Gentoo packaging] Can't find resource for bundle

2017-11-29 Thread William L. Thomson Jr.
Pulling my hair and teeth out over this last issue. I have overcome many and making great progress in packaging Netbeans. http://www.enlightenment.org/ss/e-5a1f3d3deff120.32127301.jpg Its fun to see the various things populate as I package pieces. Like the menus etc. Just wish I could get past th

Re: Newbie On Board!!!

2017-11-29 Thread William L. Thomson Jr.
I think you maybe expecting to much. Not to come off harsh, but this is FOSS. Usually people are either scratching their own itch. Or if you haven't one. The normal process is look at bugs, see what you can fix, where you can help out. Sometimes it spelled out for you with steps and guides but not

Re: Newbie On Board!!!

2017-11-29 Thread John McDonnell
I've made some changes there. I want to keep this generic enough so that people coming from all ways of working can read this and work out the first set of steps to take while working with the NetBeans sources. What errors are you getting when building? So far we have seen a few issues (cant rem

RE: Newbie On Board!!!

2017-11-29 Thread Ioannis Torounoglou
Thank you John! This is what I had in mind! Maybe you can add some links Java SE Development Kit 8 (http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html ) Git (https://git-scm.com/downloads ) for Linux https://git-scm.com/download/linux information for different

Re: Newbie On Board!!!

2017-11-29 Thread John McDonnell
Ioannis, I've added a Developer Environment page to Confluence: https://cwiki.apache.org/confluence/display/NETBEANS/Developer+Environment If you think there's something missing feel free to add to it, or indeed let me know and I can add to the page. Regards John On 29 November 2017 at 21:

Re: Newbie On Board!!!

2017-11-29 Thread Geertjan Wielenga
Yes, you can use NetBeans 8.2 to edit the code in your fork. In the netbeans.conf file, in NetBeans 8.2 installation directory, you can point to the JDK you want to use. In your fork, that is found in nbbuild/netbeans/etc. Gj On Wed, Nov 29, 2017 at 10:38 PM, Ioannis Torounoglou wrote: > I hav

RE: Newbie On Board!!!

2017-11-29 Thread Ioannis Torounoglou
I have already read all these! But you gave me a clue!!! I can work with my Netbeans 8.2 editing code from my git fork? When I run-test NB9 how do I set it to use JDK9 since I have them both??? Thank you!!! J! -Original Message- From: Geertjan Wielenga [mailto:geertjan.wiele...@googlem

Re: Newbie On Board!!!

2017-11-29 Thread Geertjan Wielenga
We do document all of these things here: https://cwiki.apache.org/confluence/display/NETBEANS For example, you'll find this link: https://cwiki.apache.org/confluence/display/NETBEANS/Installation+of+Apache+NetBeans The README at Apache Git also tells you to use JDK 8 (and release of JDK 8) to b

RE: Newbie On Board!!!

2017-11-29 Thread Ioannis Torounoglou
Ok!!! Let's start over! Sorry for being rude! I have a new Debian VM, I installed Git, I have Ant, I installed JDK 8 and JDK 9 from oracle. What to do next? Do you develop NB9 inside the built version or using NB 8.2? How do you choose which JDK to be used? J! -Original Message- Fr

Re: Newbie On Board!!!

2017-11-29 Thread Geertjan Wielenga
No, nobody is not calling you smart. I'm trying to help you, trying to answer your questions. Thanks, Geertjan On Wed, Nov 29, 2017 at 10:11 PM, Ioannis Torounoglou wrote: > Ok maybe I'm not as smart as you! > > So I will leave! > > J! > > PS: I see a lot of people leaving btw! Think about it

RE: Newbie On Board!!!

2017-11-29 Thread Ioannis Torounoglou
Ok maybe I'm not as smart as you! So I will leave! J! PS: I see a lot of people leaving btw! Think about it! -Original Message- From: Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com] Sent: Wednesday, November 29, 2017 11:04 PM To: dev@netbeans.incubator.apache.org Subject:

RE: [GitHub] matthiasblaesing commented on issue #302: Various license fixes to satisfy rat checks

2017-11-29 Thread Jake Pogorelec
Isaiah Send a blank email to this address dev-unsubscr...@netbeans.incubator.apache.org. Then, you will get a confirmation and that asks you to reply to a different one with a blank message. Jake Pogorelec NTA Life | Programmer (972) 532-2119 jake.pogore...@ntalife.com -Original Mess

Re: Newbie On Board!!!

2017-11-29 Thread Geertjan Wielenga
That's precisely what you were told in the first e-mail -- go here and read the README, it tells you exactly that: https://github.com/apache/incubator-netbeans You can probably also use a lot less exclamation marks. Gj On Wed, Nov 29, 2017 at 10:02 PM, Ioannis Torounoglou wrote: > I'm sorry to

RE: Newbie On Board!!!

2017-11-29 Thread Ioannis Torounoglou
I'm sorry to speak like that, because I'm not used to!!! But 4 people replied told me the same thing!! To be in this mailing list means that I have read this page What I need is very simple a list!!! 1. you need Ant 2 install JDK8 3 install JDK9 4 Download this 5 install that!!! 6 YOU ARE

Re: Newbie On Board!!!

2017-11-29 Thread Geertjan Wielenga
Hello Ioannis, We don't call each other idiots here. NetBeans is incubating at Apache. Apache is a software foundation: apache.org What you contribute to an Apache project depends on your needs. What would you like NetBeans to be able to do that it currently does not do? What features would you

RE: [GitHub] matthiasblaesing commented on issue #302: Various license fixes to satisfy rat checks

2017-11-29 Thread insecure
Same here. All I'm getting are "unsubscribe" requests and the sending address changes with each author so I can't direct list serve mail to its own folder. Win -Original Message- From: Abimbola, Isaiah G. [mailto:igabimb...@columbus.gov] Sent: Wednesday, November 29, 2017 03:37 PM To: '

RE: Newbie On Board!!!

2017-11-29 Thread Ioannis Torounoglou
Why you are so idiots??? Everybody here has read https://cwiki.apache.org/confluence/display/NETBEANS/How+to+Participate Why you keep posting that!!! ? -Original Message- From: Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com] Sent: Wednesday, November 29, 2017 10:53 PM To:

Re: Newbie On Board!!!

2017-11-29 Thread Geertjan Wielenga
We need a lot. We need whatever bugs you want to fix or features you want to implement. What would you like to work on? How to get involved: https://cwiki.apache.org/confluence/display/NETBEANS/How+to+Participate Also, keep following the mailing list, there's tasks and discussions all the time,

RE: unsuscribe

2017-11-29 Thread Ioannis Torounoglou
Unsubscribe -Original Message- From: Fred Ege [mailto:fredeg...@gmail.com] Sent: Wednesday, November 29, 2017 3:46 PM To: dev@netbeans.incubator.apache.org Subject: Re: unsuscribe unsubscribe On Wed, Nov 29, 2017 at 1:05 AM, wrote: > unsuscribe > > > > Bescht Gréiss | Cordialement

RE: Newbie On Board!!!

2017-11-29 Thread Ioannis Torounoglou
So I guess you don't need anything!!! I'm out of here!!! J! -Original Message- From: Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com] Sent: Wednesday, November 29, 2017 3:50 PM To: dev@netbeans.incubator.apache.org Subject: Re: Newbie On Board!!! What would you like there to

[GitHub] geertjanw closed pull request #303: [NETEBEANS-171] Removed hibernate and hibernate4libs

2017-11-29 Thread GitBox
geertjanw closed pull request #303: [NETEBEANS-171] Removed hibernate and hibernate4libs URL: https://github.com/apache/incubator-netbeans/pull/303 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

[GitHub] geertjanw commented on issue #303: [NETEBEANS-171] Removed hibernate and hibernate4libs

2017-11-29 Thread GitBox
geertjanw commented on issue #303: [NETEBEANS-171] Removed hibernate and hibernate4libs URL: https://github.com/apache/incubator-netbeans/pull/303#issuecomment-347989213 OK, thanks @matthiasblaesing, merging this. This is an

RE: [GitHub] matthiasblaesing commented on issue #302: Various license fixes to satisfy rat checks

2017-11-29 Thread Abimbola, Isaiah G.
Hi: Could you please advise on how to unsubscribe from this mail servers. Thanks, Isaiah Abimbola From: GitBox [mailto:g...@apache.org] Sent: Wednesday, November 29, 2017 3:23 PM To: d...@netbeans.apache.org Subject: [GitHub] matthiasblaesing commented on issue #302: Various license fixes t

[GitHub] matthiasblaesing closed pull request #275: [NETBEANS-144] Changes to About Dialog and Lic Accept wnd

2017-11-29 Thread GitBox
matthiasblaesing closed pull request #275: [NETBEANS-144] Changes to About Dialog and Lic Accept wnd URL: https://github.com/apache/incubator-netbeans/pull/275 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of p

[GitHub] matthiasblaesing commented on issue #302: Various license fixes to satisfy rat checks

2017-11-29 Thread GitBox
matthiasblaesing commented on issue #302: Various license fixes to satisfy rat checks URL: https://github.com/apache/incubator-netbeans/pull/302#issuecomment-347984574 I pushed an updated changeset. Change from the first: - the license header for the WADL xsds was extended to hold a cla

Re: [mentors] Next steps in releasing Apache NetBeans (incubating) 9.0 Alpha

2017-11-29 Thread Bertrand Delacretaz
On Wed, Nov 29, 2017 at 1:50 PM, Geertjan Wielenga wrote: > OK, begun documenting the process here: > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans ... Great, looks good! -Bertrand

Re: unsuscribe

2017-11-29 Thread Geertjan Wielenga
To unsubscribe, send an e-mail here: dev-unsubscr...@netbeans.apache.org Thanks, Gj On Wed, Nov 29, 2017 at 4:16 PM, ade ojo wrote: > Unsubscribe > > Sent from my HTC > > - Reply message - > From: "Kareem Zock" > To: "dev@netbeans.incubator.apache.org" > > Subject: unsuscribe > Dat

Re: unsuscribe

2017-11-29 Thread ade ojo
Unsubscribe Sent from my HTC - Reply message - From: "Kareem Zock" To: "dev@netbeans.incubator.apache.org" Subject: unsuscribe Date: Wed, Nov 29, 2017 14:20 unsuscribe ‌ Sent with Mailtrack

AW: (Avoid) Using JavaFX WebView was: JDK & JavaFX versions

2017-11-29 Thread Christian Lenz
As an real world example, which is working well and I found a good solution for me, myself and I, please look here: https://github.com/Chris2011/NbScratchFile/tree/develop As you can see, I separated the Java application (My NetBeans module) completely from the HTML UI. This gave me the benefit

In

2017-11-29 Thread miguel mota
Sent from my iPhone

D

2017-11-29 Thread miguel mota
Sent from my iPhone

Re: unsuscribe

2017-11-29 Thread Kareem Zock
unsuscribe ‌ Sent with Mailtrack *Kareem Zock* Senior Software Engineer Co-Founder of Zeesweb

Re: Newbie On Board!!!

2017-11-29 Thread Geertjan Wielenga
What would you like there to be on the Wiki page that isn't already there: cwiki.apache.org/confluence/display/NETBEANS Gj On Wed, Nov 29, 2017 at 2:43 PM, Ioannis Torounoglou wrote: > Hi Zoran, > > This a very good idea!!! > > I have already found a few things but I'm far away!!! > > How can

Re: unsuscribe

2017-11-29 Thread Fred Ege
unsubscribe On Wed, Nov 29, 2017 at 1:05 AM, wrote: > unsuscribe > > > > Bescht Gréiss | Cordialement | Mit freundlichen Grüßen | Kind regards > > > > Marc FLOCK > > Informaticien > > Information Technology > > > Tél.: +352 48 00 22 329 > Email: marc.fl...@ic.lu > > > Imprimerie / Centr

Re: unsuscribe

2017-11-29 Thread Fred Ege
unsubsceibe On Tue, Nov 28, 2017 at 9:20 PM, Pedro Javier Trujillo < pjt...@yahoo.com.invalid> wrote: > unsuscribe >

RE: Newbie On Board!!!

2017-11-29 Thread Ioannis Torounoglou
Hi Zoran, This a very good idea!!! I have already found a few things but I'm far away!!! How can I start this wiki page? J! -Original Message- From: Zoran Sevarac [mailto:seva...@gmail.com] Sent: Wednesday, November 29, 2017 10:59 AM To: dev@netbeans.incubator.apache.org Subject:

Re: [mentors] Next steps in releasing Apache NetBeans (incubating) 9.0 Alpha

2017-11-29 Thread John McDonnell
I'm probably behind on this (could have easily missed this being talked about) but are we still creating installers for each platform? i.e. Windows, Linux and Mac installers? We didn't have one for the last release but that's fine for the bare platform release we just did, but if we are proposing

Re: [mentors] Next steps in releasing Apache NetBeans (incubating) 9.0 Alpha

2017-11-29 Thread Geertjan Wielenga
OK, begun documenting the process here: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans Gj On Wed, Nov 29, 2017 at 1:30 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Right now, that kind of information we're putting/documenting here: > > cwiki.apache.or

Re: [mentors] Next steps in releasing Apache NetBeans (incubating) 9.0 Alpha

2017-11-29 Thread Geertjan Wielenga
Right now, that kind of information we're putting/documenting here: cwiki.apache.org/confluence/display/NETBEANS Yes, will document that there -- notice that we do indeed document a LOT, just not that part yet (since we have only had two releases so far, quite early days to be able to document an

Re: [mentors] Next steps in releasing Apache NetBeans (incubating) 9.0 Alpha

2017-11-29 Thread Bertrand Delacretaz
On Tue, Nov 28, 2017 at 11:38 PM, Geertjan Wielenga wrote: > ...How do we proceed from here to release 9.0 Alpha?... At the risk of sounding like a broken record, I think it's time for NetBeans to document its release process, so that such questions can be answered with an URL ;-) Ideally under

Re: (Avoid) Using JavaFX WebView was: JDK & JavaFX versions

2017-11-29 Thread Anton Epple
Hi Neil, I haven’t integrated J-CEF yet, because for my (customers) usecase only JXBrowser was an option. We needed integration with JavaFX which J-CEF doesn’t offer. But J-CEF can be embedded in Swing, so it should work fine for NetBeans. Sorry I haven’t followed the discussion about the start

Re: (Avoid) Using JavaFX WebView was: JDK & JavaFX versions

2017-11-29 Thread Neil C Smith
Hi, On Wed, Nov 29, 2017 at 8:45 AM wrote: > Two Platform-independent embeddable WebView components I'm aware of with > better quality than JavaFX WebView and don't require JavaFX: > > J-CEF: https://bitbucket.org/chromiumembedded/java-cef > JXBrowser (Commercial): https://www.teamdev.com/jxbrow

[GitHub] lbruun commented on issue #275: [NETBEANS-144] Changes to About Dialog and Lic Accept wnd

2017-11-29 Thread GitBox
lbruun commented on issue #275: [NETBEANS-144] Changes to About Dialog and Lic Accept wnd URL: https://github.com/apache/incubator-netbeans/pull/275#issuecomment-347824811 I've updated the PR so that the "outstanding issues" mentioned originally is now also fixed (despite me saying it was

[GitHub] lbruun commented on issue #275: [NETBEANS-144] Changes to About Dialog and Lic Accept wnd

2017-11-29 Thread GitBox
lbruun commented on issue #275: [NETBEANS-144] Changes to About Dialog and Lic Accept wnd URL: https://github.com/apache/incubator-netbeans/pull/275#issuecomment-347816688 @jtulach. Agreed. But this PR is a stop-gap which allows us to release now. It doesn't exclude other measures in the

Re: [mentors] Next steps in releasing Apache NetBeans (incubating) 9.0 Alpha

2017-11-29 Thread Cedric Gliane
Unsubscribe > On Nov 29, 2017, at 4:08 AM, Ate Douma wrote: > > On 2017-11-28 23:38, Geertjan Wielenga wrote: >> Hi all, >> It seems the IPMC voting has stopped, with everyone voting +1: >> https://lists.apache.org/thread.html/ae06af5a10d99a14e35a0fee8a8e35e91505b85293549f8152a075d4@%3Cgeneral.

Re: [mentors] Next steps in releasing Apache NetBeans (incubating) 9.0 Alpha

2017-11-29 Thread Ate Douma
On 2017-11-28 23:38, Geertjan Wielenga wrote: Hi all, It seems the IPMC voting has stopped, with everyone voting +1: https://lists.apache.org/thread.html/ae06af5a10d99a14e35a0fee8a8e35e91505b85293549f8152a075d4@%3Cgeneral.incubator.apache.org%3E How do we proceed from here to release 9.0 Alpha

AW: (Avoid) Using JavaFX WebView was: JDK & JavaFX versions

2017-11-29 Thread toni.epple
For dialogs that might be true, but if you create TopComponents it's great to have the full HTML/CSS/JS available so you can create and even reuse the countless JS libraries for Maps, Graphics, Charts, Graphs, etc.. Right now there are free Java APIs for Canvas, Charts, SVG, Maps, and you can ea

Re: Newbie On Board!!!

2017-11-29 Thread Zoran Sevarac
Hi Ioannis, The great way to contribute would be that you put together a wiki page for 'Getting Started for Contributors' which should include all your questions as a new contributor, with all the answers you learn along the way. You can start by creating that page Cheers Zoran On Tue, Nov 28, 2

Re: unsuscribe

2017-11-29 Thread Geertjan Wielenga
Step 1: stop sending e-mails here with the word 'unsubscribe'. I doubt that there's a mailing list in the world where you unsubscribe like that. Step 2: send an e-mail here, instead -- dev-unsubscr...@netbeans.incubator.apache.org. Thanks, Gj On Wed, Nov 29, 2017 at 8:05 AM, wrote: > unsuscri

Re: (Avoid) Using JavaFX WebView was: JDK & JavaFX versions

2017-11-29 Thread Emilian Bold
>>So, we are just adding another dependency / layer in order to accomplish >> the same thing. >> >No, it is not the same thing. By adding yet another layer, we isolate the > code from the actual JavaFX webview internals and thus make it portable. > That isn't the same thing! I understand, I was ju

AW: (Avoid) Using JavaFX WebView was: JDK & JavaFX versions

2017-11-29 Thread toni.epple
Two Platform-independent embeddable WebView components I'm aware of with better quality than JavaFX WebView and don't require JavaFX: J-CEF: https://bitbucket.org/chromiumembedded/java-cef JXBrowser (Commercial): https://www.teamdev.com/jxbrowser Performance of both components is way superior, a

Re: (Avoid) Using JavaFX WebView was: JDK & JavaFX versions

2017-11-29 Thread Jaroslav Tulach
2017-11-29 8:46 GMT+01:00 Emilian Bold : > But right now there exists no lightweight WebView except the JavaFX one, > no? > There certainly are other webviews available: GtkWebView, JxBrowser, CEF. > So, we are just adding another dependency / layer in order to accomplish > the same thing. > N