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

📄 colors.java

📁 J2ME上的一个播放器,可以更换皮肤.开源软件.
💻 JAVA
字号:
package inline.res;

import inline.res.*;
import inline.sys.*;

public class Colors
{

    private final static int[] colors = {
					    0x333300, 0xffff4c, 0xffffe5,
					    0x334c00, 0xff7fcc, 0xffccff,
					    0x19e5ff, 0x0066cc, 0x000033,
					    0x007fff, 0x4c1933, 0x00197f,
					    0xffb27f, 0x7f3300, 0x000033,
					    0x331900, 0x99ff4c, 0x19e566,
					    0xffcce5, 0x9966cc, 0x000000,
					    0x19ff33, 0x339933, 0x000000,  
					    0x004c7f, 0x7fcccc, 0xcce5ff,
					    0x331933, 0xffb24c, 0xe5ff99,
					    0x000019, 0xccccb2, 0xffffff,
					    
					};


	   
	    
    public final static void make(SerialHashtable sht)
    {
	Integer[] ints = new Integer[colors.length];
	for(int i=0;i<colors.length;i++)
	{
	    ints[i] = new Integer(colors[i]);
	}
	sht.put("_cramps", ints);
    }
}



⌨️ 快捷键说明

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