Пример #1
0
 private void updateTextPane(Sentence s) {
   lineTextPane.setContentType("text/html");
   lineTextPane.setText(markup.markup(s));
 }