toolBarPanel.getHeight() - 1);
}
if (!oldCueLineBounds.equals(mCueLine.getBounds())) {
Graphics2D g2d = (Graphics2D) toolBarPanel.getGraphics();
toolBarPanel.paintImmediately(oldCueLineBounds);
Color color = new Color(255, 0, 0, 180);
g2d.setColor(color);
g2d.fill(mCueLine);