I have a JTable which is created using a TableModel JTable t = new JTable(tableModel)
I want to add a title to it. I was hoping for something like t.setTitle(graphTitle);
but i cant find anything on that lines. I dont mind if the title is on top or below the table.
I was using JLabels but it just looks messy.
Can anyone help? Cheers in advance