?? retireresources_zh.java
字號(hào):
/**
@version 1.21 2001-08-27
@author Cay Horstmann
*/
import java.util.*;
import java.awt.*;
/**
These are the Chinese non-string resources for the retirement
calculator.
*/
public class RetireResources_zh
extends java.util.ListResourceBundle
{
public Object[][] getContents() { return contents; }
static final Object[][] contents =
{
// BEGIN LOCALIZE
{ "colorPre", Color.red },
{ "colorGain", Color.blue },
{ "colorLoss", Color.yellow }
// END LOCALIZE
};
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -