Search:

Type: Posts; User: friday

Search: Search took 0.20 seconds.

  1. Re: JTable - multiple lines in a cell AND cells not editable?

    thanks, I just found out what the problem was :) my renderer was for string class, but table model worked with object class...
  2. JTable - multiple lines in a cell AND cells not editable?

    Hi all,

    I have a bit of a problem.

    I'm using JTable for displaying a calendar.

    It is important that more than 1 line is displayed in a cell. To do this, I wrote class MultiLineCellRenderer...
Results 1 to 2 of 2