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

📄 l.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 java.io.IOException;
import javax.microedition.lcdui.*;

public class l implements Runnable
{

    private final ab _fldfor;
    private final int _flddo = 10;
    private final Image _fldnew[] = new Image[10];
    public final int _fldint;
    public final int _fldif;
    private int _fldtry;
    private Thread a;
    private a ax;
    public l(ab ab1)
    {
        _fldtry = 0;
        a = null;
        _fldfor = ab1;
        for(int i = 0; i < 10; i++)
            try
            {
                _fldnew[i] = Image.createImage("/e" + i);
            }
            catch(IOException ioexception) { }

        _fldint = _fldnew[0].getWidth();
        _fldif = _fldnew[0].getHeight();
    }

    public void run()
    {
        while(Thread.currentThread() == a)
        {
            _fldfor.a(this);
            try
            {
                Thread.sleep(400L);
            }
            catch(InterruptedException interruptedexception) { }
            synchronized(ax.i)
            {
                _fldtry++;
                if(_fldtry >= 10)
                    _fldtry = 0;
            }
        }
        ax.i.repaint(_fldfor._fldnull, _fldfor._fldgoto, _fldfor.a, _fldfor.c);
    }

    public void _mthif()
    {
        if(a == null)
            (a = new Thread(this)).start();
    }

    public void a()
    {
        a = null;
    }

    public boolean _mthdo()
    {
        return a != null;
    }

    public void a(Graphics g, int i, int j)
    {
        if(_mthdo())
            try
            {
                g.drawImage(_fldnew[_fldtry], i, j, 10);
            }
            catch(Exception exception) { }
    }
}

⌨️ 快捷键说明

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