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 ...