DecimalFormat df = new DecimalFormat();
df.setMultiplier(100);
System.out.println("Example.main: " + df.parse("100"));
System.out.println("Example.main: " + df.format(1));
On Aug 20, 2008, at 12:28 PM, John Huss wrote:
What is the best way to multiple a number by 100 for display and
divide by 100 after editing? Probably a formatter? Anyone have
code to do this already?
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40mdimension.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]