Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Appendix

This appendix lists the software and Application Programming Interfaces (APIs)
accompanying this book. The software is written in Java and, therefore, is plat-
form independent (more or less). Each application is provided as a download on
this book’s website. The zip files contain the source and class files for the appli-
cations as well as related data files, images in the APIs, etc. An effective way to
use this software is to unzip all the files into a single directory, then recompile all
the files (javac *.java). Strictly speaking, recompiling is not necessary, but this
is a good first step if changes to the source files are anticipated. It is also recom-
mended to build a fresh collection of APIs (javadoc *.java) which are thereaf-
ter accessed from a browser by opening index.html.

Software on this book’s website


l Anova2
l ChiSquare
l Nonparametric

l LetterGuessingExperiment

l ReactionTimeExperiment

l FittsTaskTwoExperiment

l FittsTaskTwoExperimentTrace

l TypingTestExperiment

l PhoneKeypadExperiment

l SoftKeyboardExperiment

l GraffitiExperiment

l GraffitiExperimentTrace

More software and downloads will be added as they become available. Please
visit the website for further details: www.yorku.ca/mack/HCIbook.

343

You might also like