Description: Experiment topics: gun hit the aircraft experiment: learning to use multi-threaded concurrent programming experiments requirements: write an application program to simulate artillery hit the aircraft. On the GUI interface, the aircraft in level flight, with the running direction buttons to control the cannon on the interface (such as left, right, up, down). When the shell bumped aircraft, the aircraft crashed. In at 0:00 on December 8 before submitting.
To Search:
File list (Check if you may need any files):
炮打飞机
........\.classpath
........\.project
........\bin
........\...\App
........\...\...\GameTest.class
........\...\Model
........\...\.....\Control$RunnableThread1.class
........\...\.....\Control$RunnableThread2.class
........\...\.....\Control.class
........\...\View
........\...\....\MyPanel.class
........\...\....\View.class
........\image
........\.....\Thumbs.db
........\.....\background.jpg
........\.....\gun.png
........\.....\plane.png
........\.....\plane1.png
........\.....\shell.png
........\.....\shelldown.png
........\.....\shellleft.png
........\.....\shellright.png
........\.....\shellup.png
........\src
........\...\App
........\...\...\GameTest.java
........\...\Model
........\...\.....\Control.java
........\...\View
........\...\....\MyPanel.java
........\...\....\View.java