I have a Jtable and intend to add JCheckboxes to it. There is quite a clear example here which I implemented yet kept on getting "true" and "false" String values when running. I then tried to run the example itself and discovered that it too is displaying "true"/"false" string values.
Is this a problem with my JRE? How can I be able to view/work with checkboxes?
Thanks.