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 ...
The first project can be started by running Simulacija.java. Left click can spawn circles which will be picked up by the red triangle. Red triangle can be paused using spacebar. The third project can ...
AWTには、さまざまなイベントに対応する処理を行う機能が用意されています。その基本について説明しましょう。 AWT(Abstract Window Toolkit)のコンポーネントを使ってウインドウを表示するところまでできるようになりました。次は、「コンポーネントを操作 ...