Three Java AWT "games" used as homework for my university class. In src directory are 3 packages for 3 apps, one being just a PacMan map designer, one being a sort of Ball vs Block game, and one being ...
前回、クラスとインスタンス利用のサンプルとして、AWT(Abstract Window Toolkit)という標準で付属するクラス群を使ってウインドウを表示するプログラムを作成しました。Javaには、標準でこのAWTと「Swing」という2つのGUIライブラリが付属します。AWTは非常に ...
AWTには、さまざまなイベントに対応する処理を行う機能が用意されています。その基本について説明しましょう。 AWT(Abstract Window Toolkit)のコンポーネントを使ってウインドウを表示するところまでできるようになりました。次は、「コンポーネントを操作 ...
Welcome to my GitHub repository where I have gathered various Java development projects and learning materials. This repository serves as a showcase of my journey in learning and developing Java ...
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. java.awt.event Provides interfaces and classes for dealing with different types of events fired ...
The root event class for all AWT events. This class and its subclasses supercede the original java.awt.Event class. Subclasses of this root AWTEvent class defined outside of the java.awt.event package ...