}
private UiProvider getCommentUi(JitterPack jp) {
KongaTextArea text = KongaTextArea.viewer(jp.getDescriptor().getComment(), 8, 40);
text.setLabel(Strings.get("DescriptorDialog.Comment"));
return text.asUiProvider();
}
private KongaDialog createDialog(JFrame owner, OneColumnPanel ui) {
KongaDialog dlg = new KongaDialog(owner, Strings.getJitterPackString("DescriptorDialog.Title"), true);
createContentPane(dlg, ui);