public class SingleInstance
extends Object
Class that handles a small server that prevents multiple instances of
Processing from running simultaneously. If there's already an instance
running, it'll handle opening a new empty sketch, or any files that had
been passed in on the command line.