drawTermConnection(g, startPoint.x, startPoint.y, endPoint.x, endPoint.y, true,ato);
final JPanel annotationPanel = this.drawTermLineAnnotation(startPoint.x, startPoint.y,childGW, false, ato,term);
if(annotationPanel != null){
annotationPanel.invalidate();
annotationPanel.repaint();
}
ato.getGUIComponent().invalidate();
ato.getGUIComponent().repaint();