I tried to do some static imports in Processing as i know them from java.
But when i try to import a class with just static methods, and i use the static-modifier, Processing says "i don't know the package".
When i leave out the static modifier, the import works, but of course without the benefits of static imports (no need to write the classname to use the methods...)
Aren't static imports allowed in Processing?!
But when i try to import a class with just static methods, and i use the static-modifier, Processing says "i don't know the package".
When i leave out the static modifier, the import works, but of course without the benefits of static imports (no need to write the classname to use the methods...)
Aren't static imports allowed in Processing?!
1