I have a JTable and I use binding (JTableBinding) to bind a list to it
In the object I use I have a getter and setter to each bind member.
This ofcourse is loaded with reflection.
My problem is that sometimes I get -0.0 instead of plain zero in the display. How can I format it to be alwayz 0 when it is -0.0? Thannks