// Call repaint on alignment panel so that repaints from other alignment
// panel components can be aggregated. Otherwise performance of the
// overview window and others may be adversely affected.
+ // System.out.println("SeqCanvas fastPaint() repaint() request...");
av.getAlignPanel().repaint();
} finally
{
drawSelectionGroup((Graphics2D) g, startRes, endRes, startSeq,
endSeq);
fastPaint = false;
+ //System.out.println("SeqCanvas fast paint");
}
else
{
+ System.out.println("SeqCanvas full paint");
/*
* img is a cached version of the last view we drew.
* If we have no img or the size has changed, make a new one