myBrain
Wednesday, December 18, 2013
Iterator in Processing 2
error messages:
Cannot find a class or type named "File"
and
Cannot find a class or type named "Iterator"
solution:
import java.io.File;
import java.util.Iterator;
...
Newer Post
Older Post
Home