Exemplo n.º 1
0
 /** Adds a new label at the end */
 private void createNewLabel() {
   TagLabel tl = createTagLabel("");
   pTagValues.add(tl);
   refreshCommas();
   tlEditing = tl;
   tl.beginEdit();
 }