private Resource image;
public DataEditorSplash()
{
BusyPainter painter = new BusyPainter(
new RoundRectangle2D.Float(0, 0,28.0f,8.6f,10.0f,10.0f),
new Ellipse2D.Float(15.0f,15.0f,70.0f,70.0f));
painter.setTrailLength(4);
painter.setPoints(8);
painter.setFrame(7);
painter.setHighlightColor(new Color(30,42,102));
busyLabel.setPreferredSize(new Dimension(100,100));
busyLabel.setIcon(new EmptyIcon(100,100));
busyLabel.setBusyPainter(painter);
busyLabel.setDelay(75);