ニュース

The JavaFX Developer Downloads page currently features “JavaFX 2.0.2 General Availability Download” and includes a link for downloading JavaFX Samples [only for “Microsoft Windows (x86 and ...
本連載では、これまでJavaFXのユーザインターフェースに関する部分に関して解説を行ってきました。ここまでくれば、ほとんどのGUIを作り上げることができるはずです。しかし、ある重要な部分が抜け落ちています。それが今回紹介する通信や非同期処理です。
オラクルはJavaFXとアプレット、Java Web StartをJava SE 8以降のJDKから削除する予定だ。SwingとAWTは残るだろう。
I'm playing around with swing and javafx and updating a label from a runnable. It looks like you must do it in some other way with JavaFx since I get: Not on FX application thread; currentThread = ...