问题 I want to add a combo Box in table cell to provide drag n drop option LWUIT. I have used this option for it .. private String strCmbBox[] = { "1", "2", "3", "4" }; ComboBox comboRdoBox = new ComboBox(strCmbBox); comboRdoBox.setListCellRenderer(new comboBoxRenderer()); TableModel model = new DefaultTableModel(new String[] { "Col 1", "Col 2", "Col 3" }, new Object[][] { {"Row 1",new DefaultTableModel(new String[] { "1" }, new Object[][] { { comboRdoBox }, { "lbl" } }), "Row X" }, { "Row 2",