Hi! i'm using a JEditorPane and JscrollPane as a cell renderer in my table (so i can control color, font, size and links easily). And its work good..but the problem is that i cant reach the content of the cell or the column "Descripcion" with :
Or:
the problem is that lines always return "null"Here is my tableCellrender and tablecellEditor code..
And...