• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Directed Graph Framework Compatible With JavaFX 2.x

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After years of lurking, this is my first post so go easy on me :-)

Does anyone know of any JavaFX 2.1 compatible framework that I can use to create a workflow type engine with? I am looking for something to do the heavy lifting for me with respect to dragging, dropping and connecting nodes on a pallette.

Something like JGraph would have been nice, however, that is based on Swing. JavaFX 1.x had the ability to add Swing components to a Scene (not what I needed). JavaFX 2.x seems to have removed even that Swing interoperability.

Thanks!

- Pat
 
Rancher
Posts: 387
30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could use the JGraph JavaScript library in a WebView.
Loads up a bit slow, but is usable after that.

I am not aware of a native JavaFX implementation of a similar framework.
 
Patrick Martin
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

John Damien Smith wrote:You could use the JGraph JavaScript library in a WebView.
Loads up a bit slow, but is usable after that.
<snip>
I am not aware of a native JavaFX implementation of a similar framework.



That's a great idea. Thanks John!

- Pat
 
Heroic work plunger man. Please allow me to introduce you to this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic