Need to "turn off" (disable) scientific notation

How can I prevent real (floating point - whatever) numbers from displaying (within a table) in scientific notation. Appears to be for numbers > 9999999.. The number 27000000 is displayed as 2.7E7Thanks
[218 byte] By [farmboya] at [2007-11-27 3:14:16]
# 1
Drop the Number Converter on the component and specify the number of pre and post decimal digits.See http://developers.sun.com/jscreator/learning/tutorials/2/converters.html
jetsonsa at 2007-7-12 8:16:47 > top of Java-index,Development Tools,Java Tools...