向JTable里插入JComboBox 下面的语句可以实现
jtable.getColumnModel().getColumn(1).setCellEditor(new DefaultCellEditor(new JComboBox()));
但是我把JComboBox换为JButton就出现错误
  我不知道怎么向JTable里插入JButton      帮帮忙  谢谢了