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
Texte cliquable dans un jtextpane
J'ai un jtextpane déclaré comme suit: public void appendChatText(String text) { try { doc.insertString(doc.getLength(), text, null); box.setAutoscroll ...
java
swing
url
jtextpane
0 commentaire(s)
8
votes
Obtenir du texte brut de JTextpane
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 ...
java
swing
jtextpane
0 commentaire(s)