gifanimatedimage.java
来自「一个非常绚丽的j2em徒刑库」· Java 代码 · 共 38 行
JAVA
38 行
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: GIFAnimatedImage.java
package com.tricastmedia.twuik.components;
import com.tricastmedia.twuik.tue.Component;
import java.io.InputStream;
import javax.microedition.lcdui.Graphics;
public class GIFAnimatedImage extends Component
{
public GIFAnimatedImage(InputStream p0)
{
super(0, false, 0, 0, 0, 0);
}
protected void animationRestarted(boolean flag)
{
}
protected boolean animate()
{
return false;
}
protected void drawCurrentFrame(Graphics g)
{
}
public final int getCurrentFrameIndex()
{
return 0;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?