4647484950515253545556
super(); this.textPane = textPane; textPane.addCaretListener(this); if (textPane.isEditable()) { add(new CutAction(this)); add(new CopyAction(this)); add(new PasteAction(this)); addSeparator(); add(new SelectAllAction(this)); }