Questions et réponses pour le jtextpane :

Un composant de texte Swing Java pouvant être marqué avec des attributs représentés graphiquement.

8
votes
J'ai un jtextpane déclaré comme suit: public void appendChatText(String text) { try { doc.insertString(doc.getLength(), text, null); box.setAutoscroll ...

8
votes
Dans mon application, j'utilise un jtextpane code> pour afficher certaines informations de journal. Comme je tiens à Hightlight, des lignes spécifiques dans ce texte (par ...