dialogComments.getjTxtComments().append(comment.getText());
}
}
public void newComment() {
ControllerCommentEdition controllerCommentEdition = new ControllerCommentEdition();
controllerCommentEdition.newEntity();
JDialogComments dialogComments = (JDialogComments) this.form;
try {
List<Comment> comments = this.facadeDB.getCommentBroker().getAllComments();
Iterator<Comment> it = comments.iterator();
dialogComments.getjCmbComments().removeAllItems();