Re: [External] : Re: JDK 20 EAb22, ZenGC EA builds, JavaFX 20 EAb5 and several heads-ups!

2022-12-13 Thread David Delabassee
browse/JDK-8295848 [11] https://bugs.openjdk.org/browse/JDK-8296446 ### Heads-up - JavaFX builds Oracle is now publishing JavaFX builds, starting with early access builds of JavaFX 20, at jdk.java.net/javafx20 [12]. Developers are now able to download JavaFX and JDK builds from the same plac

Re: JDK 20 EAb22, ZenGC EA builds, JavaFX 20 EAb5 and several heads-ups!

2022-12-10 Thread Jaikiran Pai
9] https://openjdk.org/groups/core-libs/ClassLoaderProposal.html [10] https://bugs.openjdk.org/browse/JDK-8295848 [11] https://bugs.openjdk.org/browse/JDK-8296446 ### Heads-up - JavaFX builds Oracle is now publishing JavaFX builds, starting with early access builds of JavaFX 20, at jdk.java.net/java

JDK 20 EAb22, ZenGC EA builds, JavaFX 20 EAb5 and several heads-ups!

2022-11-07 Thread David Delabassee
al details, please check [10] and [11]. [8] https://docs.oracle.com/javase/7/docs/technotes/guides/lang/cl-mt.html [9] https://openjdk.org/groups/core-libs/ClassLoaderProposal.html [10] https://bugs.openjdk.org/browse/JDK-8295848 [11] https://bugs.openjdk.org/browse/JDK-8296446 ### Heads-up - Java

Re: JavaFX

2007-05-10 Thread Peter Reilly
: <classpath> <fileset dir="${user.home}/apps/openjfx/trunk/lib"/> </classpath> import javafx.ui.*; Frame { title: "Hello World JavaFX" width: 200 height: 50 content: Lab

Re: JavaFX

2007-05-10 Thread Peter Reilly
Should be no need to do anything special Ant 1.7.0 supports the javax scripting and there is a javax scripting engine for javafx. Unfortunately, it does not seem to be released yet. the engine is net.java.jsr223.JavaFXScriptEngine in the SPI for javax.script.ScriptEngineFactory in the

JavaFX

2007-05-10 Thread Kevin Jackson
Hi all, Is there a need to support JavaFX in Ant going forward? We already support javascript via bsf & javax.scripting, we also support a multitude of dynamic/scripting languages, should we add support for this one? Kev