Code

My code is broken into two applications. The Java code parses your email information, while the Processing code reads the output of the Java application to output the interactive visualization. This is done this way because reading the email information is time consuming, and by having the Processing code seperately, you can load previously generated email visualizations.

View the Java code

View the Processing code