How to merging the particular cells in JTable
Answer / chaitanya
TableCellRenderer renderer = aColumn.getHeaderRenderer();
or u can modify the code
TableCellRenderer renderer = header.getDefaultRenderer();
| Is This Answer Correct ? | 4 Yes | 24 No |
Which package is needed for swing components?
What is the base class for all of swing components?
What are the advantages of the event-delegation model over the event-inheritance model?
Is java swing a framework?
What are the features of swing in java?
How to reload a jframe in java swing?
What is the process of setting the layout manager?
What are swing components in java?
What are the advantages of swing?
What are the swing components in java?
What is pane in swing?
How do you swing an applet?