arcmenu.java

来自「一个非常绚丽的j2em徒刑库」· Java 代码 · 共 81 行

JAVA
81
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?