Format a number as currency in a JTable?

Posted by llm on Stack Overflow See other posts from Stack Overflow or by llm
Published on 2010-04-19T18:43:51Z Indexed on 2010/04/19 19:03 UTC
Read the original article Hit count: 231

Filed under:
|
|
|

Given a JTable where one of the columns contains a number, how do I display this number as a currency? I.e. 5 should display as $5.00 etc.

Can this be done directly on the JTable after it has been populated with data, or do I have to do this earlier? Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about number-formatting