legalus.java
来自「一个j2me游戏代码」· Java 代码 · 共 11 行
JAVA
11 行
package pop2;
public class Legal
{
final static boolean isEU = false;
final static String STR_LEGAL_TEXTS =
"^\u00A9 2003 Gameloft.^Based on Prince^of Persia created^by Jordan Mechner.^All Rights^Reserved.^^"+
"^Gameloft and^the Gameloft logo^are trademarks^of Gameloft^in the US and/or^other countries.^^"+
"^Prince of Persia^The Sands of Time^is a trademark of^Jordan Mechner^used under license^by Gameloft.";
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?