*/
public static JComponent createGradientButton(
Icon icon, ActionListener actionListener) {
EPButton button = new EPButton(icon);
button.addActionListener(actionListener);
button.setBackgroundPainter(GRADIENT_BUTTON_PAINTER);
initGradientButton(button);
button.setPressedIcon(icon);