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 |
What is javax swing joptionpane?
What are the benefits of using Swing over AWT?
Why does JComponent have add() and remove() methods but Component does not?
What are the components of swing?
Write a program to paint the off-screen buffer in swings
What is the purpose of action interface in swing?
Why are swing components called lightweight?
How to perform action on button in java swing?
What is the difference between swing and awt?
What is java swing components?
Default layout for a ContentPane in JFC?
what are the steps required in creating an empty table drop?