How can I have multi-line text in a JList cell?

Is there a way to print text in more than one line in a JList cell? I can change the cell's height but I can't figure out how to print in more than one line. Adding "\n" to the end of the string doesn't seem to print the text in the next line of the cell.
[265 byte] By [manoya] at [2007-11-26 23:39:44]
# 1
Well, the correct line separator would be System.getProperty("line.separator"), but I'm not sure whether that's the issue here. Did you consider asking your Swing question in the Swing section?
CeciNEstPasUnProgrammeura at 2007-7-11 15:05:45 > top of Java-index,Java Essentials,Java Programming...