public static H init(PApplet applet) {
_app = applet;
// Initialize this class' objects
if(_self == null) _self = new H();
if(_stage == null) _stage = new HStage(_app);
if(_behaviors == null) _behaviors = new HBehaviorRegistry();
if(_mouse == null) _mouse = new HMouse(_app);
try {
/* HACK