ニュース

Java 1.2より新たにサポートされるようになったGUIライブラリです。 AWTをベースにして、大幅に機能強化されたSwingは、AWTと比べると圧倒的な機能を誇ります。
注目の軽量フレームワークをフットワーク軽く取り上げていく本連載。連載第10回目となる今回は、クライアントサイドにリッチなGUIを構築する軽量フレームワーク「Vaadin」を紹介します。
Java言語の文法をマスターしたら、いよいよ実践的なプログラミングに入りましょう。その際、避けて通れないのがGUIの作成です。本書は、AWTおよびSwingという2つの重要なパッケージを使いこなすことを目的として書かれました。
JavaFXは、 Oracleが開発しているJavaアプリケーションのための新しいGUIライブラリです。もともとはJavaのためのRIAフレームワークとして開発されていたものですが、 2011年にコンセプトの大幅な見直しが図られ、 現行 ...
As much as I love writing Java GUIs, I'd have to say use a C++ library. You will experience much anguish in using JNI, although tools like JNI++ and Jace may help communicating between the two.
While you can build Java applet GUIs using Sun's Swing the results are usually rather ugly and clunky looking. There's also the problem that quite a bit of programming effort will be required for ...
Android GUI Programming. Android applications use a range of standard platform resources for designing and programming user interfaces. Android applications use classes in the Java language to ...