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 |
Hello Everyone.. I m trying to develop a java swing application where i can display a doc file Jeditorpane or Jtextpane.
What is an event in Swing?
What are the different components that are used to show a container?
How do you swing an applet?
Explain how to render an html page using only swing.
What is the difference between invokeAndWait() and invokeLater()?
What are swing components?
What is the use of jcomponent class in swing?
what do u mean by GUI framework
What is container in java swing?
What is JTable and what is its purpose?
What is event in java swing?