How to merging the particular cells in JTable



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

Post New Answer

More Swing Interview Questions

How to merging the particular cells in JTable

1 Answers  


What are the benefits of swing over awt?

1 Answers  


How are Swing and AWT be differentiated?

3 Answers   Wipro,


What is swing and its features in java?

1 Answers  


How to add calendar in java swing using eclipse?

1 Answers  


What is the process of setting the layout manager?

1 Answers  


what do u mean by GUI framework

1 Answers  


What is the use of swing in java?

1 Answers  


What does x mean in javax.swing?

7 Answers  


Which method of the Component class is used to set the position and size of a component?

1 Answers  


What is swing control in java?

1 Answers  


What is double buffering ?

1 Answers  


Categories