If you want it done right, do it yourself! Login and vote now.
By bloid
via blogs.sun.com
Published: Mar 30 2008 / 13:48
As shown in the last article, passing parameters between a JavaFX script and Java code is fairly simple, if the parameters are native to the Java language. But if we want to pass a JavaFX-object, things are different. The main obstacle is the fact, that the Java compiler is not able to read JavaFX scripts directly to extract the needed information. But JavaFX objects can be shared between a JavaFX and Java code by using one of these approaches
SaveShareSend
Tags: java, other languages
Add your comment