I have User Details (User Name / Age / Sex / Location). Lets say we need to display all these details in a Table Column.
For e.g.,
Row1 => Karthick 25 Male ABC
Row2 => Arun 26 Male DEF
Row3 => Sharadha 30 Female GHI
In the above column you can see that elements are not ordered properly. All these are displayed in one column named User Details in different row.
What I am trying to achieve is
Row1 => Karthick 25 Male ABC
Row2 => Arun 26 Male DEF
Row3 => Sharadha 30 Female GHI
{HTML does not align properly. Please find attached image}
In a single column, I am trying to Order the details to make sure all the names/ages/sex and location comes properly as shown above.
Any help on this would be appreciated.
I have tried by creating my own renderer and placing four JLabels (one for each above) inside them in Flow Layout and setting Minimum size for all JLabels in them. It did not work.
@Michael Dunn: We do already show so many columns in that table. Business does not want to increase four or five more columns by splitting them in different columns.
Karthick D V
Don't get me started about those stupid light bulbs.