static JWindow infoBox(S text) { ret infoMessage(text); } static JWindow infoBox(S text, double seconds) { ret infoMessage(text, seconds); } static JWindow infoBox(Throwable e) { ret infoMessage(e); }