> Is it possible to add a image to a table cell?
At least I can answer one part my question, after I imported the source code to my eclipse. Yet it is not able to add a image to a table cell. According to MutableCell.java --> setValue () only allows FLOAT and DATES. Of all other Objects is used the toString() as the value.
