📄 a.jad
字号:
// Decompiled by DJ v2.9.9.61 Copyright 2000 Atanas Neshkov Date: 2008-3-19 10:37:43
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
import javax.microedition.lcdui.*;
public final class a extends Canvas
implements CommandListener
{
public a()
{
a = "\u6309\u5427!";
}
protected final void paint(Graphics g)
{
g.setColor(255, 255, 255);
g.fillRect(0, 0, getWidth(), getHeight());
g.setColor(0, 0, 0);
g.drawString("\u952E\u503C\u6D4B\u8BD5", getWidth() / 2, 0, 17);
g.drawString(a, getWidth() / 2, getHeight() / 2, 17);
}
public final void keyPressed(int i)
{
a = "\u952E\u503C: " + i;
repaint();
}
public final void commandAction(Command command, Displayable displayable)
{
}
private String a;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -