I am trying to create one of the drag and drop samples given in showcase--
The sample is at http://www.smartclient.com/smartgwt/showcase/#effects_dd_copy_list
For the following line of code I am getting an error in Eclipse--
final PartsListGrid myList1 = new PartsListGrid();
The error is "PartsListGrid cannot be resolved to a type"
I think there is an import statement missing- how do I resolve the above error?
Thanks,
Arvind.
The sample is at http://www.smartclient.com/smartgwt/showcase/#effects_dd_copy_list
For the following line of code I am getting an error in Eclipse--
final PartsListGrid myList1 = new PartsListGrid();
The error is "PartsListGrid cannot be resolved to a type"
I think there is an import statement missing- how do I resolve the above error?
Thanks,
Arvind.
Comment