static JWindow topLeftInfoBox(S text) { ret infoBoxTopLeftCorner(text); } static JWindow topLeftInfoBox(S text, double seconds) { ret infoBoxTopLeftCorner(text, seconds); } static JWindow topLeftInfoBox(Throwable e) { ret infoBoxTopLeftCorner(e); }