📄 b.java
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -