Chris Oliver's Weblog
- All
- F3
- JavaFX
- Programming
Tuesday Jun 26, 2007
Preview of JavaFX Interpreter
As I mentioned we will be posting an update to OpenJFX shortly.
The interpreter now has proper support for binding local variables and partially enforces cardinality constraints.
Here's the latest JavaFXPad for you to try it out.
JavaFXPad also has some improvements:
- You can have multiple statements and the value of the last statement will be displayed - without having to specify
return. - Non-visual output is displayed - if the result isn't a Widget, Frame, or Node, the value of the result converted to a string will be displayed in a text area. Thus you can use JavaFXPad like a REPL for experimenting with the JavaFX language.
Posted at 05:33PM Jun 26, 2007 by Christopher Oliver in JavaFX | Comments[5]

Posted by panga on July 02, 2007 at 07:37 AM PDT #
Posted by panga on July 02, 2007 at 07:39 AM PDT #
Posted by panga on July 02, 2007 at 07:45 AM PDT #
Posted by Cyril on July 03, 2007 at 02:53 PM PDT #
Posted by Flo on July 10, 2007 at 07:32 AM PDT #