b.java

来自「经过反编译和部分代码修改后的ultraimpro java源代码。可在netbe」· Java 代码 · 共 55 行

JAVA
55
字号
// Decompiled by DJ v3.9.9.91 Copyright 2005 Atanas Neshkov  Date: 2006-5-1 19:31:41
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3) 

import javax.microedition.lcdui.Displayable;
import javax.microedition.lcdui.TextBox;

public final class b extends TextBox
    implements ai
{

    public b(String s, String s1, int i, bj bj)
    {
        super(s, s1, i, 0);
        a = bj;
        addCommand(UltraIMPro.f_CommandBack);
        addCommand(UltraIMPro.G_CommandSend);
        addCommand(UltraIMPro.H_CommandEmotions);
        addCommand(UltraIMPro.I_CommandComposeSettiongs);
        addCommand(UltraIMPro.J_CommandInsertAppend);
        setCommandListener(bj);
    }

    public final String a_mod_tos()
    {
        return getString();
    }

    public final void a(String s)
    {
        setString(s);
    }

    public final void a(String s, int i)
    {
        insert(s, i);
    }

    public final int a_mod_toi()
    {
        return getCaretPosition();
    }

    public final Displayable a_mod_tod()
    {
        return this;
    }

    public final void b(String s)
    {
        setTitle(s);
    }

    public bj a;
}

⌨️ 快捷键说明

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