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.