.#bird.java.1.1.1.1

来自「java编写的打鸟游戏」· 1 代码 · 共 25 行

1
25
字号
/* * 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 {        /**     * Creates a new instance of Bird     */    public Bird() {    }    }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?