vialab / SMT

Simple Multi-Touch (SMT) Toolkit
http://vialab.science.uoit.ca/smt
GNU General Public License v3.0
43 stars 18 forks source link

Refactor SMT.loadFile() #134

Open kiwistrongis opened 11 years ago

kiwistrongis commented 11 years ago

One could check if the extracted exe file exists before re-extracting it. Additionally, one could use the java.nio.file.Path class to make the function platform independant.