static JComponent showErrorFrame(Throwable e) { if (e == null) null; ret showTextWordWrapped("Error", renderStackTrace(/*getInnerException*/(e))); }