.#bird.java.1.2
来自「java编写的打鸟游戏」· 2 代码 · 共 32 行
2
32 行
/* * Bird.java * * Created on 2007年12月19日, 上午11:41 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */package graphics;/** * * @author wusir */public class Bird extends Comp{ /** * Creates a new instance of Bird */ public Bird() { } public void move() { } public void draw() { } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?