Hi,

You can use the NumberFormat class like this :

NumberFormat fmt = NumberFormat.getCurrencyFormat(your currency code);
TextBox currencyBox = new TextBox();
currencyBox.setText(fmt.format(double));

Eric

On Mar 25, 12:20 am, "fatjack1...@googlemail.com"
<fatjack1...@googlemail.com> wrote:
> Hi,
>
> Can someone please tell me a way to correctly format currency in
> pounds?
>
> Jack
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to