Previous  

DPM Sample - classes

DpmResources.java

DpmResources provides all the string resources needed to build the interface for a DPM component. It provides:

These strings can be modified to create multiple national language versions.
 
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"}
};
};

Previous  
Copyright © Taligent, Inc. 1996 - 1997.
Copyright © IBM Corporation 1996 - 1997.
All Rights Reserved.