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

📄 mytiledlayer.java

📁 SymbianOS J2ME一书的源码
💻 JAVA
字号:
/* * Copyright 2003, 2004 Symbian Ltd. * For License terms see http://www.symbian.com/developer/techlib/codelicense.html */import javax.microedition.lcdui.game.*;import javax.microedition.lcdui.*;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2003</p> * <p>Company: </p> * @author not attributable * @version 1.0 */public class MyTiledLayer extends TiledLayer {    protected static int COLUMNS=4;    protected static int ROWS=13;            public MyTiledLayer(int columns,int rows,Image image,int tileWidth,int tileHeight) {        super(columns, rows, image, tileWidth, tileHeight);                            }    }

⌨️ 快捷键说明

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