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