前回、クラスとインスタンス利用のサンプルとして、AWT(Abstract Window Toolkit)という標準で付属するクラス群を使ってウインドウを表示するプログラムを作成しました。Javaには、標準でこのAWTと「Swing」という2つのGUIライブラリが付属します。AWTは非常に ...
Set of Java APIs, components, etc. used to create GUIs that are OS-portable Java Swing is built on top of AWT (Many Swing components uses AWT API and AWT components) ####Heavyweight Categorization of ...