Format numbers based on default system language and country.
Value is double ( max 15 digit numbers ).
Decimal is int.
If your application is in different languages / countries you can use this extension to show numbers formatted according to the language and country of the user's system.
I am not a Java expert, I am just sharing a point solution to my problem. Feel free to make improvements.
I have done it for all columns, guessing that you were going to ask for that next.....
Please be aware that by formatting with a thousands separator, your numbers become strings and cannot be used in calculations. You will need to remove any commas , in order to use them as numbers.
You are really great sir,
You proved that you are on the top of all experts here.
All of my problems about tablefviewer has been solved due to your kind help.