splineBarImage.getGraphics().drawImage(imFullEqualizer, 0, 0, w, 1, 0, 294 + h + 1, 0 + w, 294 + h + 1 + 1, null);
spline = new SplinePanel();
spline.setBackgroundImage(splineImage);
spline.setBarImage(splineBarImage);
int[] pixels = new int[1 * h];
PixelGrabber pg = new PixelGrabber(imFullEqualizer, 115, 294, 1, h, pixels, 0, 1);
try
{
pg.grabPixels();
}
catch (InterruptedException e)
{
log.debug(e);
}