NatTable Developing [message #998736] |
Thu, 10 January 2013 10:34  |
Eclipse User |
|
|
|
Hi all,
I launched the example:"NatTableExamples.jnlp" of NatTable and wanted to play with it more in order to use it.
the problem is:
after I followed the instructions in the getting started site under "Developer" from the begining till the 'Set as Target Platform' part
and the project does not compile.
there are some "imports" missing i.e.:
import ca.odell.glazedlists.FilterList;
import ca.odell.glazedlists.matchers.CompositeMatcherEditor;
import ca.odell.glazedlists.EventList;
import ca.odell.glazedlists.GlazedLists;
import ca.odell.glazedlists.TreeList;
import ca.odell.glazedlists.TreeList.Node;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.usermodel.Font;
import org.apache.poi.ss.usermodel.Row;
import org.apache.poi.ss.usermodel.Sheet;
import org.apache.poi.ss.usermodel.Workbook;
import org.apache.poi.ss.util.CellRangeAddress;
import org.apache.poi.hssf.usermodel.HSSFPalette;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
Where can I get the missing files?
is there a specific version needed?
is there a way to download the whole package of NatTable without the need for mvn to bring the dependencies?
am I missing something?
Thanks in advance,
Yossi Cohen
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05223 seconds