class Actions{ //to select all the text public void selectALL(){ n.getTextArea().selectAll(); } }