Click here to Skip to main content
15,889,614 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have table with row contain following data.
1.TextData
2.JCheckBox
3.JComboBox

I have set TableCellRenderer as follows

table.setDefaultRenderer(Object.class,new MyRenderer());

public class MyRenderer extends DefaultCellRenderer
{

}

Default cell renderer didnt render JCheckBox column.I need to take seperate renderer
for boolean data.
Is there any unique way to render row with boolean data??
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900