📄 instruction.java
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: Instruction.java
import javax.microedition.lcdui.*;
public class Instruction extends Form
implements CommandListener
{
private Command back;
private SamkokMID parent;
private TitleGame menu;
public Instruction(String title, SamkokMID parent, TitleGame menu)
{
super(title);
back = new Command("????????", 2, 1);
this.parent = null;
this.menu = null;
this.parent = parent;
this.menu = menu;
addCommand(back);
append("???????? Samkok");
append("??????????????????????????????????????????????????????????? ????????????????? ????????????? 1 ??? 3 ????????????????????????????,?????????????? ?????? 5 ????????????");
append("-???????????? ???????? * ???????????????");
append("-???????????? ?????????????? ?????? ???????? ????? ????????????????????");
setCommandListener(this);
}
public void commandAction(Command p0, Displayable p1)
{
if(p0 == back)
parent.setDisplayable(menu);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -