public void addCurrentTextToHistory() {
   final String item = getText();
   myModel.addElement(item);
 }