static void consoleAddSendButton() { consoleAddSendButton("Send"); } static void consoleAddSendButton(fS buttonText) { awtReplaceComponent(consoleInputField(), func(Component c) { centerAndEast(c, withLeftMargin(jbutton(buttonText, f consoleSend))) }); }