I see. You didn't have it in the user guide or the quick start guide. That made me wondering.
Because it's in every Java book - not something Click specific:
Every class, inteface, enumeration, annotation that you might want to use in Java needs to be imported with an import statement!
A smart IDE like IntelliJ would have proposed to add that import automatically.
Andrei.
