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