Swing JList with multiline text and dynamic height
I already read/tried these posts but that didn't help: Display multiple lines within a Jlist cell How to get multiline for a Jlist text? Problem displaying components of JList What I need is a ListCellRenderer which returns a panel with an icon on the left and a text of dynamic length on the right (like in any forum: on the left a user avatar, on the right the post text). The texts are NOT known to me, so I can't set a fixed cell height. Further, the text length differs from list cell to list cell. So every list cell needs its own height depending on the length of the text. Actually a really