7778798081828384
String text = textfield.getText(); listBox.addItem(text); listBox.showItemByIndex(listBox.itemCount() - 1); textfield.setText(""); nifty.publishEvent(element.getId(), new ConsoleExecuteCommandEvent(this, text)); } }