Je cherche un moyen d'aligner verticalement un texte dans un JTextComponent (comme un JEditorPane, JTextPane ...) à la manière d'un JLabel (mais ici je veux pouvoir afficher un texte plutot long sur plusieurs lignes).
Quelqu'un aurait une idée ???
Je cherche un moyen d'aligner verticalement un texte dans un JTextComponent (comme un JEditorPane, JTextPane ...) à la manière d'un JLabel (mais ici je veux pouvoir afficher un texte plutot long sur plusieurs lignes).
Quelqu'un aurait une idée ???
Il faut travailler avec les attributs des paragraphes dans les documents. Tu trouveras pas mal d'exemples (mais pas directement ce que tu cherches) sur The Java Developers Almanac 1.4 javax.swing.text.
Si tu n'y arrives pas dis le et on essaiera de t'en faire un...
Partager