I work with a library named
giCentre Utilities
It allows to embed mulit sketches in one single window
But my Processing reports a mistake when I follow the example code in the URL
http://www.gicentre.org/utils/multiWindow/
It stopped at line
setLayout(
new
GridLayout(0,2));
Processing says there is no class or type named "GridLayout"
I am not sure this class belongs to the giCentre library or it is a native in Processing.
I do know Java has similar classes but have no idea whether this gonna work in Processing.
So how can I fix this?
If I make this line as a comment, the program will run as well but the two sketches overlaps. So I think it is better to get this method work.
1