/** Selects the whole text. */ final void selectAll() { text.selectAll(); text.setCaret(); rend.repaint(); }