?? tbversion.java
字號:
/* * TBVersion.java */package EDU.gatech.cc.is.util;import java.lang.System;import java.awt.*;import java.awt.event.*;/** * Report the current TeamBots version. * <P> * Copyright (c)2000 Tucker Balch * * @author Tucker Balch * @version $Revision: 1.7 $ */public final class TBVersion { /** * Return a short message about this version of TeamBots. */ public static String shortReport() { return( "TeamBots 2.0e (c)2000 Tucker Balch, CMU and GTRC"); } /** * Return a long message about this version of TeamBots. */ public static String longReport() { return( shortReport() + "\n" + "compiled in the Iron City\n" + "\n" + "by Tucker Balch (trb@cs.cmu.edu)" ); } }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -