posted 1 year ago
@All: Aft,er solving my issue with Clob into Derby by using the LONG VARCHAR, and then loading this LONG VARCHAR to a JTable, I looked at adding the line wrap (setLineWrap(true)) to the rows but found it somewhat too complicated. For the time being, I instead used textareas to display the slected row data. Below is the simple Table_Click method I used by adding the mouse click event to the table. I hope someone out there can benefit from my own trial and error experience. NOTE: I added a public String to problemSearch, troubleshootSearch, resolutionSearch, and codeSearch. The parameter variable rowrec took a public Integer.