⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nokiaui_help.java

📁 龙石游戏源代码!需要的下载!
💻 JAVA
字号:
// Decompiled by DJ v3.8.8.85 Copyright 2005 Atanas Neshkov  Date: 2005-8-14 11:30:46
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3) 
// Source File Name:   NokiaUI_help.java

package stone;

import java.io.PrintStream;
import javax.microedition.lcdui.*;

// Referenced classes of package stone:
//            RollerMIDlet

public class NokiaUI_help extends Form
    implements CommandListener
{

    NokiaUI_help(RollerMIDlet pMidlet)
    {
        super("Instructions");
        System.out.println("helphelp");
        m_pMidlet = pMidlet;
        append("Dragon Stone \n \nFight your way through the forrest, village, river, invade the enemies base and enter the castle! \n \nkey 2 - up \nkey 8 - down \nkey 4 - left \nkey 6 - right \nkey 5 - sword \nkey 0 - jump \n \nAt the end of each stage you must defeat the giant villain to progress. \n");
        addCommand(m_pBack);
        setCommandListener(this);
    }

    public void commandAction(Command pCommand, Displayable pDisplay)
    {
        m_pMidlet.ToNokiaUI();
    }

    private final RollerMIDlet m_pMidlet;
    private final Command m_pBack = new Command("Back", 2, 1);
}

⌨️ 快捷键说明

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