!7 p { final JComboBox cbBot = jBotSelector(); final JTextField tfCmd = jtextfield(); final JTextField tfOutput = jdisabledtextfield(); showFormTitled("Send Command To Bot", "Bot:", cbBot, "Command:", tfCmd, "Result:", tfOutput, r-thread { loading { setText(tfOutput, send(getText(cbBot), getText(tfCmd))) } }); }