疯狂坦克大战
package com.br; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; import com.br.bean.Tank; import com.br.util.Direction; /** * 键盘监听 * @author Administrator * */ public class KeyMonitor extends KeyAdapter{ private Tank tank = null; private boolean bL = false; private bool