Java currency symbol rendering

218 Views Asked by At

I've a JTable that contains prices with currency symbols. When I show my table all the currency symbol are well formatted.

Then I try to change the table font and when I try apply the new font the yen symbol is not rendered.

Font newFont = new Font(name, style, size);
getDataTable().setFont(newFont);
0

There are 0 best solutions below