今月から、GUIライブラリのJavaFXについて紹介していきます。 JavaFXについては、本連載の2010年4月から12月にかけて紹介しました。この時のJavaFXはバージョンが1.xであり、JavaFX Scriptという独自スクリプト言語でUIを記述していました。 しかし、2010年10月に行わ ...
今月から久しぶりにGUIを取り上げていきます。もちろん、ここで紹介するのはJavaFXです。しかし、JavaFX以外にもJavaでGUIを作成する方法があります。標準で提供されているGUIフレームワークは以下の3種類です。 AWT Swing JavaFX AWT(Abstract Window Toolkit)はJava 1.0の ...
The original announcement of the GNOME Desktop Project in 1997 stated the following intention, “to use GTK/Scheme bindings for coding small utilities and applications”. Since then, the GNOME ...
In this project you will construct a Java GUI that uses event handlers, listeners and incorporates Java’s concurrency functionality and the use of threads. The ...
Over the last two years, I spent some time developing a GUI application using Java Swing. The application was small, consisting of several classes in the MVC (Model-View-Controller) model, but was ...
Do you ever get the feeling there’s something not quite right about Swing threading? John Zukowski puts his finger on it in this article. While tracing Swing’s single-threaded event model from Java ...
Technical Notes The GUI was designed for clear separation of concerns, allowing our distributed team to develop asynchronously. The View components contain no game logic—they simply reflect model ...