!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 { S address = botSelector_getAddress(cbBot); setText(tfOutput, send(address, getText(tfCmd))); } }); }