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 difference between swing and awt?
What are the various components of swing?
What is swing container?
What are controls and what are different types of controls in awt?
Write a program to paint the off-screen buffer in swings
How is multi-threading gets implemented using swing?
What are the benefits if Swing over AWT?
How to link two forms in java swing?
What is the difference between swing and applet?
What is the use of double buffering in swings?
What is the default look and feel of a Swing Component?
How to align components in java swing?