todbot / LinkM

BlinkM controller / programmer and general USB-to-I2C adapter
http://linkm.thingm.com/
13 stars 6 forks source link

Disambiguate types for processing 2 / java 7 #2

Open jjaeggli opened 9 years ago

jjaeggli commented 9 years ago

When running this project with processing2/3 and java7, there is some ambiguity between the types processing.event.MouseEvent and java.awt.event.MouseEvent, and potentially others. java.util.HashSet was also reported as missing. Removes unused imports.