zoukankan      html  css  js  c++  java
  • 作业

    package wy;

    import com.rupeng.game.GameCore;
    public class wy implements Runnable {
            public static void main(String[] args)
            {
             
              GameCore.start(new kt());
              System.err.print("");
              System.err.print("");
              
            }
            
            public void run()
            {
             
               GameCore.setGameSize(1024, 768);// 设置游戏窗口大小
               GameCore.pause(3000);
               GameCore.loadBgView("111.jpg");
               GameCore.alert("请欣赏一首歌");
               GameCore.playSound("好汉歌.mp3", true);
               GameCore.pause(5000);
               boolean b = GameCore.confirm("霸气吗?");
                  if (b)
                      GameCore.alert("e!");
                  else
                      GameCore.alert("eee");

            }

  • 相关阅读:
    Mybatis在oracle批量更新
    WebService小记
    java基本排序
    ant使用
    python 集合
    amazon-aws 使用 SNS 发送短信
    Html5+ 开发APP 后台运行代码
    CentOS7 -防火墙
    java 模拟表单方式提交上传文件
    修改pom项目版本 jenkins 关联 shell命令
  • 原文地址:https://www.cnblogs.com/wangyang520/p/7716440.html
Copyright © 2011-2022 走看看