jtextpane

Création d'un éditeur de texte simple en Java [fermé]

Comment créer un éditeur de texte comme Notepad ? avec des fonctions comme "Nouveau fichier", "Ouvrir un fichier", "Enregistrer un fichier", "formater du texte" en utilisant les éléments de l'interface graphique de Java.

problème de vitesse java swing setBorder

J'ai un problème avec la "vitesse" de mise en place d'une bordure. j'ai un affichage avec plusieurs JTextPanes (environ 450, ... tmp.setParagraphAttributes(0, tmp.getLength(), notUnderlinedAttr, false); } this.setDocument(tmp); Merci!

Creazione di un semplice editor di testo in Java [chiuso]

Come creare un editor di testo come Blocco note ? con funzioni come "Nuovo file", "Apri file", "Salva file", "formattazione del testo" utilizzando gli elementi GUI di Java.

java swing setBorder problema di velocità

Ho un problema con la "velocità" di impostazione di un bordo. ho un display con più JTextPanes(circa 450, ciò che è richiesto ... tmp.setParagraphAttributes(0, tmp.getLength(), notUnderlinedAttr, false); } this.setDocument(tmp); Grazie!