about.java

来自「这是手机下载网络图像源码 共初学者参考」· Java 代码 · 共 33 行

JAVA
33
字号
/* * @(#)About.java	1.3 03/10/29 * * Copyright (c) 2000-2003 Sun Microsystems, Inc. All rights reserved.  * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms */package example;import javax.microedition.lcdui.*;/** * Typical about box with a string and an image. * In this case the Sun copyright and logo. */public class About {    /** Copyright notice */    private static final String copyright =	"Copyright (c) 2000-2002 Sun Microsystems, Inc. All rights reserved.\n"      + "Use is subject to license terms.\n"      + "Third-party software, including font technology, is copyrighted "      + "and licensed from Sun suppliers.  Sun, Sun Microsystems, the Sun "      + "logo, J2ME, the Java Coffee Cup logo, and  Java are trademarks "      + "or registered trademarks of Sun Microsystems, Inc. in the U.S. "      + "and other countries.\n"      + "Federal Acquisitions: Commercial Software - Government Users "      + "Subject to Standard License Terms and Conditions."      + "\n\n"        + "Copyright (c) 2002 Sun Microsystems, Inc. Tous droits r閟erv閟.\n"      + "Distribu

⌨️ 快捷键说明

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