locationreligious.java

来自「这是一个手机上的J2ME程序」· Java 代码 · 共 16 行

JAVA
16
字号
// J2ME Compass
// Copyright (C) 2007 Dana Peters
// http://www.qcontinuum.org/compass

package org.qcontinuum.compass;

import javax.microedition.lcdui.*;
import org.qcontinuum.astro.*;

public class LocationReligious extends List implements CommandListener {
    
    private Displayable mParent, mGrandParent;
    private Command mOkCommand, mCancelCommand;

    final static private String cities[] = {
        "Bahj

⌨️ 快捷键说明

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