// TODO: optimize // TODO: print-to-module static JComponent dm_printLogComponent() { final JTextArea ta = moveCaretToEnd(typeWriterTextArea(localPrintLog())); JComponent section = jSection("Log", awtEvery(ta, 500, r { setText(ta, localPrintLog()) })); componentPopupMenuItem(section, "Clear", r clearPrintLog); ret section; }