Bonjour,
j'ai un pb pour aller à la ligne dans les libellés d'un graphe.
Par exemple lors de la création d'un graphe :
Je voudrais à l'affichage avoir comme titre :applo:Code:
1
2 String title = "Mon_Titre Mon_sous_titre"; new JFreeChart(title, JFreeChart.DEFAULT_TITLE_FONT, plot, false);
Mon_Titre
Mon_sous_titre
J'ai essayé :
mais ça ne marche pas :aie:Code:String title = "Mon_Titre \r\n Mon_sous_titre";
:help:
Merci de votre aide.