Interesting. Try this then:
public void dispose() {
println("Print this when sketch is closed.");
super.dispose();
}
Interesting. Try this then:
public void dispose() {
println("Print this when sketch is closed.");
super.dispose();
}