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