Hello,
Before anything, I should admit that I am completely a newbie about Java Swing.
I am trying to create an application that lists emails similar to the way that Empathy displays a conversation.
What I want to achieve is like this: http://img69.imageshack.us/img69/5356/emailsx.png
They are going to be clickable.
The thing I have done was getting a JPanel on top of a JScrollPane, making the JPanel have GridLayout and trying to add components dynamically, but it looks plain ugly. Is there a way to do it in Swing or should I resort to using graphical images for the task? Also, how would I fix text placement if I used graphical images?
Thanks very much in advance.