twuikconstant.java

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

JAVA
30
字号
// 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:   TwuikConstant.java

package com.tricastmedia.twuik.tas.utils;


public class TwuikConstant
{

    public TwuikConstant()
    {
    }

    public static final int ALIGN_CENTER = 0;
    public static final int ALIGN_LEFT = 1;
    public static final int ALIGN_TOP = 3;
    public static final int ALIGN_RIGHT = 2;
    public static final int ALIGN_BOTTOM = 4;
    public static final int BUTTON_OK = 1;
    public static final int BUTTON_CANCEL = 2;
    public static final int BUTTON_YES = 4;
    public static final int BUTTON_NO = 8;
    public static final int BUTTON_ABORT = 16;
    public static final int BUTTON_RETRY = 32;
    public static final int BUTTON_IGNORE = 64;
    public static final int BUTTON_COUNT = 7;
}

⌨️ 快捷键说明

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