📄 retireresources_de.java
字号:
/**
@version 1.21 2001-08-27
@author Cay Horstmann
*/
import java.util.*;
import java.awt.*;
/**
These are the German non-string resources for the retirement
calculator.
*/
public class RetireResources_de
extends java.util.ListResourceBundle
{
public Object[][] getContents() { return contents; }
static final Object[][] contents =
{
// BEGIN LOCALIZE
{ "colorPre", Color.yellow },
{ "colorGain", Color.black },
{ "colorLoss", Color.red }
// END LOCALIZE
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -