4849505152535455565758
textPane.addCaretListener(this); if (textPane.isEditable()) { add(new CutAction(this)); add(new CopyAction(this)); add(new PasteAction(this)); addSeparator(); add(new SelectAllAction(this)); } else {