Need a function that adds a new record to TableItem using TableModel in J2ME
问题 How to create dynamic table model in J2ME? like from arrays i use kxml parser to parse my data and show that data in table. Could you please give me directions? source code is welcome as well!! my bean looks like this public class FIDS { private String FNo; private String AirCraft; private String OnDate; private String Gate; private String AirCompany; private String Remark; private String FTime; private String BRegTime; private String ERegTime; public FIDS(){} public void SetFN(String fno)