I'm working with JTable, and I want two things:
I would like to add another table header to my JTable, is this possible? Both of them in horizontal.
I want it's add a separator when the one of the attributes change its value, is this possible?
How can I do these things? See here the table as I want it.
Yes, you can add a second header. You can also add a separator by using the setBorder() method.