I have created a simple JTable where some Persian strings and numbers are going to be entered through.
I have used some Persian fonts for the JTable and I can see the strings and numbers without any problem in the table, but as I have also used some mathematical operations in some columns of the table; unfortunately the JTable cannot recognize the Persian numbers; when I'm going to get the numbers from table model I get NumberformatException and the table model cannot identify them as numbers.
Any idea ?
Many thanks.