How to import netbeans midp component library into eclipse?
Hi,
I want the steps to import the netbeans midp library for example i want to use tableitem provided by netbeans midp library into eclipseME.
import org.netbeans.microedition.lcdui.SimpleTableModel;
import org.netbeans.microedition.lcdui.TableItem;
i want to import these tableitem.
Thank you