2026年3月18日、日本オラクル株式会社は最新の長期進化版となるOracle JDK 26の提供開始を発表しました。新リリースは言語の簡素化と開発生産性の向上を軸に、AI連携と暗号化の強化を含む多数の改善を提供します。あわせて、ツールやフ ...
A few weeks ago I discussed the idea that JavaFX might, in practice, be Swing 2.0 , in that it would be Sun's primary Java UI toolkit from here on in. This is interesting and perhaps quite healthy in ...
前回は、 NetBeansの次期バージョンである 「NetBeans 7. 2」 と、 Oracleが開発中の 「JavaFX Scene Builder」 (⁠以下、 Scene Builder) を使ってJavaFXアプリケーションを作成する方法を紹介しました。今回は、 自動生成されたソースコードの中身を見ながら、 JavaFX ...
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 = ...