statusBar = new ImageBar(40, 100, 3, symbols, 35, 6, 25, 1, false);
add(statusBar);
statusBar.setBounds(10,10,40,100);
statusBar.addImageBarListener(this);
Background background = new StandardBackground(false, new Rectangle(x, y, width, height), -1);
add((Component) background);
background.setBounds(0, 0, width, height);
setVisible(true);
com.sun.awt.AWTUtilities.setWindowOpacity(this, 0.75f);
}