📄 albumlist.java
字号:
// 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: AlbumList.java
package com.tricastmedia.twuik.components;
import com.tricastmedia.twuik.tue.Panel;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
public class AlbumList extends Panel
{
public AlbumList(int p0, int p1, int p2, int p3, Image p4)
{
super(0, false, 0, 0, 0, 0);
}
protected boolean animate()
{
return false;
}
protected void drawCurrentFrame(Graphics g)
{
}
public boolean isScrolling()
{
return false;
}
public void show(boolean flag)
{
}
public void setImage(Image aimage[])
{
}
public void scroll(boolean flag)
{
}
public static final int EVENT_SHOWN = 12289;
public static final int EVENT_HIDDEN = 12290;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -