简单的java代码--贪食蛇小游戏

上传者: 36810764 | 上传时间: 2022-05-31 18:53:17 | 文件大小: 52KB | 文件类型: ZIP
ublic static void main(String[] args) { /** * 实现窗口 */ JFrame jframe=new JFrame(); jframe.setSize(900,720); //jframe.setBounds(10, 10, 900, 720);//窗口的位置 和大小 jframe.setResizable(false);//值为true时,表示在生成的窗体可以自由改变大小;false则相反 jframe.setDefaultCloseOperation(jframe.EXIT_ON_CLOSE);//单击窗口的关闭按钮时程序执行的操作 SnakePanel panel=new SnakePanel(); jframe.add(panel); jframe.setVisible(true);//默认值时false表示当前窗口不可见,true则反之 }

文件下载

资源详情

[{"title":"( 14 个子文件 52KB ) 简单的java代码--贪食蛇小游戏","children":[{"title":"Snake","children":[{"title":"bin","children":[{"title":"com","children":[{"title":"louming","children":[{"title":"GameSnake","children":[{"title":"SnakePanel.class <span style='color:#111;'> 4.59KB </span>","children":null,"spread":false},{"title":"Snake.class <span style='color:#111;'> 834B </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":"body.png <span style='color:#111;'> 21.97KB </span>","children":null,"spread":false},{"title":"title.jpg <span style='color:#111;'> 20.05KB </span>","children":null,"spread":false},{"title":"right.png <span style='color:#111;'> 20.29KB </span>","children":null,"spread":false},{"title":"up.png <span style='color:#111;'> 20.24KB </span>","children":null,"spread":false},{"title":".settings","children":[{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'> 598B </span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":"com","children":[{"title":"louming","children":[{"title":"GameSnake","children":[{"title":"Snake.java <span style='color:#111;'> 623B </span>","children":null,"spread":false},{"title":"SnakePanel.java <span style='color:#111;'> 5.16KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":".project <span style='color:#111;'> 381B </span>","children":null,"spread":false},{"title":"down.png <span style='color:#111;'> 20.22KB </span>","children":null,"spread":false},{"title":".classpath <span style='color:#111;'> 301B </span>","children":null,"spread":false},{"title":"food.png <span style='color:#111;'> 19.79KB </span>","children":null,"spread":false},{"title":"left.png <span style='color:#111;'> 20.30KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明