public class TableRender implements TableCellRenderer
{
@Override
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) {
return (JProgressBar) value;
}
}
now due to the TableCellRenderer nimbus look and feel is not working can any one tell me the problem or sujjestion any other look and feel

New Topic/Question
Reply


MultiQuote






|