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

📄 style.java

📁 《神州》RPG游戏引擎
💻 JAVA
字号:
import javax.microedition.lcdui.*;


public class Style {
	public static int LT = Graphics.LEFT | Graphics.TOP;
    public static int LC = Graphics.LEFT | Graphics.VCENTER;
    public static int LB = Graphics.LEFT | Graphics.BOTTOM;
	public static int RT = Graphics.RIGHT | Graphics.TOP;
    public static int RC = Graphics.RIGHT | Graphics.VCENTER;
    public static int RB = Graphics.RIGHT | Graphics.BOTTOM;
    public static int CT = Graphics.HCENTER | Graphics.TOP;
	public static int CC = Graphics.HCENTER | Graphics.VCENTER;
    public static int CB = Graphics.HCENTER | Graphics.BOTTOM;
	
	public static Font font=Font.getFont(Font.FACE_SYSTEM,Font.STYLE_PLAIN,Font.SIZE_SMALL);
	public static int boardColor=0x618E3F;
	public static int bgColor=0xDAE6D1;
	public static int bgColor2=0xC7E2B3;
	public static int highLight=0xF1F8EC;
	
}

⌨️ 快捷键说明

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