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

📄 arcmenu.java

📁 一个非常绚丽的j2em徒刑库
💻 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:   ArcMenu.java

package com.tricastmedia.twuik.components.navigation;

import com.tricastmedia.twuik.tue.TwuikFont;
import com.tricastmedia.twuik.tue.Window;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;

public class ArcMenu extends Window
{

    public ArcMenu(int p0, int p1, int p2, int p3, Image p4[][], int p5[], String p6[], 
            TwuikFont p7, int p8, int p9, int p10)
    {
        super(0, false, 0, 0, 0, 0);
    }

    protected void animationRestarted(boolean flag)
    {
    }

    protected boolean animate()
    {
        return false;
    }

    protected void drawCurrentFrame(Graphics g)
    {
    }

    public boolean keyRepeated(int p0)
    {
        return false;
    }

    protected void prepareBeforeShow()
    {
    }

    protected void subclassDrawCurrentFrame(Graphics g)
    {
    }

    protected void subclassActivated()
    {
    }

    protected void subclassDeactivated()
    {
    }

    protected void subclassDismissed()
    {
    }

    public void dismiss()
    {
    }

    public void setMenuIcon(Image aimage[][], int ai[], String as[], int i)
    {
    }

    public int getCurSet()
    {
        return 0;
    }

    public boolean keyPressed(int p0)
    {
        return false;
    }

    public static final int EVENT_ICONSELECTED = 8193;
    public static final int EVENT_SELCHANGED = 8194;
}

⌨️ 快捷键说明

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