static JWindow infoBox(O text) { ret infoMessage(strOrNull(text)); } 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); }