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

📄 ad.java

📁 KJAVA浏览器
💻 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

import javax.microedition.lcdui.*;

public class ad extends Form implements CommandListener
{

    private final n _fldif;
    private final f a;
    private final Displayable _flddo;
    private a ax;

    public ad(n n1, f f1, Displayable displayable)
    {
        super("收藏");
        _fldif = n1;
        a = f1;
        _flddo = displayable;
        append(new TextField("标题:", n1._fldif, 64, 0));
        append(new TextField("网址:", n1.a, 128, 4));
        addCommand(new Command("确定", 4, 1));
        addCommand(new Command("取消", 3, 2));
        setCommandListener(this);
    }

    public void commandAction(Command command, Displayable displayable)
    {
        ax.i.g.setCurrent(_flddo);
        if(command.getCommandType() == 4)
        {
            _fldif._fldif = ((TextField)get(0)).getString();
            _fldif.a = ((TextField)get(1)).getString();
            a.a(_fldif);
        }
    }
}

⌨️ 快捷键说明

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