it fails. It says the cell is white. Visually, I can tell it is gray. Stepping through the code, it appears that this code goes and grabs the table cell renderer and returns information based on that. However, I'm using highlighters, that's why it's gray. The
highlighters are handled in the table: they decorate the cell renderer's result. So, FEST never sees the correct color.
it fails. It says the cell is white. Visually, I can tell it is gray. Stepping through the code, it appears that this code goes and grabs the table cell renderer and returns information based on that. However, I'm using highlighters, that's why it's gray. The
highlighters are handled in the table: they decorate the cell renderer's result. So, FEST never sees the correct color.
The following code works: