Question about RPGs

In an RPG how would one make money counts. Like would I have to make images like to 1000? Or just build images 1 - 9 and build the number. So if the players find $550 dollars and it adds to the $300, which equals $850. So i would call the 8 image, then the 5 image, then the 0 zero image, and put them next to each other, right? Im not sure here.

can someone give me a hand here?

thanks

[405 byte] By [pommyJavaa] at [2007-9-28 8:07:55]
# 1
right. did you want some example code?
Zyphrusa at 2007-7-9 19:20:44 > top of Java-index,Other Topics,Java Game Development...
# 2
Yes please if you could. Or a different stratagy if there is one.
pommyJavaa at 2007-7-9 19:20:44 > top of Java-index,Other Topics,Java Game Development...
# 3
You could develop a custom font and use that. Or use a stock one.
Breakfasta at 2007-7-9 19:20:44 > top of Java-index,Other Topics,Java Game Development...
# 4
I don't understand what you mean by use a stock one.
pommyJavaa at 2007-7-9 19:20:44 > top of Java-index,Other Topics,Java Game Development...
# 5
like new Font("Sans-serif", 28); Check the Font class API documentation for a list.
yoda23a at 2007-7-9 19:20:44 > top of Java-index,Other Topics,Java Game Development...