From: Erik V. <eri...@hc...> - 2005-05-04 22:57:22
|
> > >BTW I'm testing an initial version of GameManager Checked in now, and used by StockRound, OperatingRound and GameTestServlet. Also of interest is the static method Bank.format(amount), which can be used to format a game's money amounts according to whatever the local currency is. This is configured in a format (now hardcoded in Bank) where the amount is represented by the @ character. So for 1830 the format is "$@". This will of course become a configuration item. CashHolder classes now have an additional method String getFormattedCash(). Erik. |