static JComponent iPanel_standardFunctionSourceCode(S s, final Runnable refresh) { if (!isStandardFunction(s)) null; S src = textOfStandardFunction(s); ret withCenteredTitle(s + " [Source Code]", scrollableJavaxSyntaxTextArea(src)); } end scope