Re: Extending a Region to create a JUNG Layout

2014-06-02 Thread Danno Ferrin
omponentize it into a standalone >>> release. If you don't like the license let me know what license you would >>> like. >>> > >>> > --Danno >>> > >>> > - Original Message - >>> > From: sven.reim...@gmail.com

Re: Extending a Region to create a JUNG Layout

2014-06-01 Thread Jeffrey Guenther
t had time to harden it and componentize it into a standalone >> release. If you don't like the license let me know what license you would >> like. >> > >> > --Danno >> > >> > - Original Message - >> > From: sven.reim...@gmail.com

Re: Extending a Region to create a JUNG Layout

2014-06-01 Thread Sven Reimers
aven't had time to harden it and componentize it into a standalone > > release. If you don't like the license let me know what license you > would > > like. > > > > > > --Danno > > > > > > - Original Message ----- > > > From: sven.reim.

Re: Extending a Region to create a JUNG Layout

2014-06-01 Thread Sven Reimers
standalone >> > release. If you don't like the license let me know what license you >> would >> > like. >> > > >> > > --Danno >> > > >> > > - Original Message - >> > > From: sven.reim...@gmail.com &

Re: Extending a Region to create a JUNG Layout

2014-05-31 Thread Danno Ferrin
> From: sven.reim...@gmail.com > > To: guenther.jeff...@gmail.com > > Cc: openjfx-dev@openjdk.java.net > > Sent: Friday, May 30, 2014 1:27:48 AM GMT -07:00 US/Canada Mountain > > Subject: Re: Extending a Region to create a JUNG Layout > > > > Hi Jeffrey, &g

Re: Extending a Region to create a JUNG Layout

2014-05-30 Thread Jeffrey Guenther
gt; To: guenther.jeff...@gmail.com > Cc: openjfx-dev@openjdk.java.net > Sent: Friday, May 30, 2014 1:27:48 AM GMT -07:00 US/Canada Mountain > Subject: Re: Extending a Region to create a JUNG Layout > > Hi Jeffrey, > > I did some prototyping with Jung JavaFX and Java 8, the resul

Re: Extending a Region to create a JUNG Layout

2014-05-30 Thread Danno Ferrin
a Mountain Subject: Re: Extending a Region to create a JUNG Layout Hi Jeffrey, I did some prototyping with Jung JavaFX and Java 8, the results are here https://bitbucket.org/sreimers/jung8 It uses gradle to build and contains an additional library for jungfx. Enjoy -Sven On Fri, May 30, 2014

Re: Extending a Region to create a JUNG Layout

2014-05-30 Thread Jeffrey Guenther
Thank you for the feedback! >> Can someone point me to a detailed explanation of how to extend Region to >> create my own layout? >> In particular, how can I get a region to relayout it's children when it's >> being resized? > > Some quick pointers. First, layout is done asynchronously to the c

Re: Extending a Region to create a JUNG Layout

2014-05-30 Thread Jeffrey Guenther
On May 30, 2014, at 10:55 AM, John Smith wrote: > Much of the internal JavaFX implementation is performed subclassing Region > (or Control which is just a Region subclass itself) and overriding > layoutChildren, but I'm not aware of any official documentation on the > subject other than the s

Re: Extending a Region to create a JUNG Layout

2014-05-30 Thread Richard Bair
> It would be nice if Oracle or somebody else produced some documentation on > this. You could create a feature request in Jira > (https://javafx-jira.kenai.com) for such documentation or email the > documentation team (javasedocs...@oracle.com), or write a blog or a openjfx > wiki article (h

RE: Extending a Region to create a JUNG Layout

2014-05-30 Thread John Smith
Much of the internal JavaFX implementation is performed subclassing Region (or Control which is just a Region subclass itself) and overriding layoutChildren, but I'm not aware of any official documentation on the subject other than the sparse stuff in the Javadoc - so no real tutorials. Maybe t

Re: Extending a Region to create a JUNG Layout

2014-05-30 Thread Sven Reimers
Hi Jeffrey, I did some prototyping with Jung JavaFX and Java 8, the results are here https://bitbucket.org/sreimers/jung8 It uses gradle to build and contains an additional library for jungfx. Enjoy -Sven On Fri, May 30, 2014 at 8:44 AM, Jeffrey Guenther < guenther.jeff...@gmail.com> wrote: