Java坦克大战设计报告(12)
时间:2025-04-20
时间:2025-04-20
}
}
}
fr = new FileReader("Directions.txt"); //读取文本文件里面的文字 br = new BufferedReader(fr); str =br.readLine(); aa.add(str);
while ((str=br.readLine())!=null) { }
e.printStackTrace(); try { }
br.close(); fr.close();
e.printStackTrace(); aa.add(str);
} catch (Exception e) { }finally {
} catch (IOException e) {
public void run() { }
while(true) { }
try { }
this.repaint();
Thread.sleep(50); e.printStackTrace();
} catch (InterruptedException e) {
2.单人游戏界面的实现代码
public class mypanel extends JPanel implements Runnable,KeyListener {
//所有的成员变量
public boolean isZanT = false; public WordMove word = null; public mytank mt = null; public enemyTank en = null; public ZDan zd = null;
public static boolean isSounds=true; public static boolean ismusic=true; public ZhaDan zhd = null; int BZ = 0;
Image image1 = null,image2 = null,image3 = null;
public Vector<enemyTank> enemy = new Vector<enemyTank>();