Esempio n. 1
0
 public void addComment(String comment) {
   if (m_moves.addComment(m_cur, comment)) fireMoveModelChanged();
 }