📄 retireresources.java
字号:
import java.util.*;
import java.awt.*;
public class RetireResources
extends java.util.ListResourceBundle
{ public Object[][] getContents() { return contents; }
static final Object[][] contents =
{ // BEGIN LOCALIZE
{ "language", "Language" },
{ "computeButton", "Compute" },
{ "savings", "Prior Savings" },
{ "contrib", "Annual Contribution" },
{ "income", "Retirement Income" },
{ "currentAge", "Current Age" },
{ "retireAge", "Retirement Age" },
{ "deathAge", "Life Expectancy" },
{ "inflationPercent", "Inflation" },
{ "investPercent", "Investment Return" },
{ "retire", "Age: {0,number} Balance: {1,number,currency}" },
{ "colorPre", Color.blue },
{ "colorGain", Color.white },
{ "colorLoss", Color.red }
// END LOCALIZE
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -