Hi,
Am finding 1 diffculty in jtable pls help me...
i want to set jtextfield value in jtable of particular column and also that jtextfield value will be dynamically changing... even i have tried the below code...
String mn=jTextField2.getText();
jTable3.getColumnModel().getColumn(1).setCellEditor(new DefaultCellEditor(mn));
but its not working...