• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

javafx with jython

 
Greenhorn
Posts: 5
Python Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everybody,

I did some projects with javafx 1.3 and settle over to javafx2 now.

As python is my favourite language, I would like to use it with javafx now.
Actually it is pretty hard to find some tutorials with respect to jython/javafx.
Does anyone know of a tutorial?

Even a small code example would help me a lot. I did a hello world example
myself but where not able, to manage the event handling.

Could someone tell me how to implement for example a click event of a button
in jython/javafx?

Thanks in advance.

Yours
Marco
 
Rancher
Posts: 387
30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Only JavaFX 2/Jython sample code I know of is the one in this forum post:

https://forums.oracle.com/forums/thread.jspa?messageID=10372411 "JavaFX Tables and Jython"
 
Marco Schrank
Greenhorn
Posts: 5
Python Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks John,

the link you provided helped me a lot.

Yours
Marco
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic