📄 about.java
字号:
/* * @(#)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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -