properties.java

来自「Sony Ericsson手机上的Facebook客户端全套代码」· Java 代码 · 共 29 行

JAVA
29
字号
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) 
// Source File Name:   Properties.java

package com.sonyericsson.fb.utils;

import javax.microedition.lcdui.Font;

public class Properties
{

    public Properties()
    {
    }

    public static final int COLOR_BLACK = 0;
    public static final int COLOR_WHITE = 0xffffff;
    public static final int COLOR_BLUE = 0x457a0;
    public static final int COLOR_GRAY = 0xebebeb;
    public static final int COLOR_DARK_GRAY = 0x515151;
    public static final Font FONT_DEFAULT = Font.getFont(0, 0, 8);
    public static final Font FONT_LARGE = Font.getFont(0, 0, 16);
    public static final Font FONT_BOLD = Font.getFont(0, 1, 8);
    public static final int SCROLL_SPEED = 10;
    public static final int SELECTOR_SPEED = 20;

}

⌨️ 快捷键说明

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