前回、クラスとインスタンス利用のサンプルとして、AWT(Abstract Window Toolkit)という標準で付属するクラス群を使ってウインドウを表示するプログラムを作成しました。Javaには、標準でこのAWTと「Swing」という2つのGUIライブラリが付属します。AWTは非常に ...
This repository contains examples and projects demonstrating the use of the Abstract Window Toolkit (AWT) in Java. AWT is a set of APIs for building graphical user interfaces (GUIs) in Java ...