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 awt and swing?
How to merging the particular cells in JTable
What is the base class for all of swing components?
What do you mean by java swing?
What is swing control in java?
What is the use of jcomponent class in swing?
What is difference between jframe and swing?
What is jpanel swing?
What is meant by JFC?
Which types of components are used in designing swing based gui?
Which method of the Component class is used to set the position and size of a component?
Why swings are used in java?