static JButton dm_button(S methodName) { ret dm_button(methodName, humanizeLabel(methodName)); } static JButton mapMethodLike dm_button(S methodName, S buttonText) { ret jThreadedButton(buttonText, dm_methodNameAsRunnable(methodName)); }