package edit; /**** * The clipboard holds a selection of cut or copied text. */ public class Clipboard { String data; }