Bug #1668
Mis à jour par Sebastien Jacquot il y a plus de 9 ans
<pre>
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.txm.tbx.chartsengine.jfreechart.JFCChartsEngine.squareOffGraph(JFCChartsEngine.java:2470)
at org.txm.rcp.chartsengine.jfreechart.themes.base.swing.ItemSelectionChartPanel$1.componentResized(ItemSelectionChartPanel.java:164)
at java.awt.Component.processComponentEvent(Component.java:6342)
at java.awt.Component.processEvent(Component.java:6296)
</pre>
si je tente de changer la taille de l'éditeur, j'ai la stack :
<pre>
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.txm.tbx.chartsengine.jfreechart.JFCChartsEngine.squareOffGraph(JFCChartsEngine.java:2470)
at org.txm.rcp.chartsengine.jfreechart.themes.base.swing.ItemSelectionChartPanel$1.componentResized(ItemSelectionChartPanel.java:164)
at java.awt.Component.processComponentEvent(Component.java:6342)
</pre>
h3. Steps to reproduce
* create a CA chart editor
* create concordance editor
* move the concordance editor below the CA chart so the area splits in two parts
* close the bottom concordance editor