Application
information |
public class DpmResources extends ListResourceBundle {
public Object[][] getContents() {
return contents;
}
static final Object[][] contents =
{
{"Application", "Dpm"},
{"Version", "version 1.1"},
{"Copyright", "Copyright (C) 1997 Taligent, Inc."},
|
Strings used
to build the Portfolio menu and provide flyover help for the tool buttons
in the extended toolbar |
{ "PortMenu", "Portfolio" },
{"Buy", "Buy"},
{"BuyText", "Buy a security"},
{"Sell", "Sell"},
{"SellText", "Sell selected security"},
{"SetPrice", "Set Price"},
{"SetPriceText", "Set Current Price for a security"},
{"Withdraw", "Withdraw Cash"},
{"WithdrawText", "Withdraw cash"},
{"Deposit", "Deposit Cash"},
{"DepositText", "Deposit cash"}
};
};
|