final double oIle = (float) ((alpha - this.getBackground().getAlpha())/ileCykli);
timer.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
if (label.fadebackgroundOutStop == true) {
timer.stop();
label.fadebackgroundOutStop = false;
}
if (label.getBackground().getAlpha() > alpha) {
Color c = label.getBackground();
int r = c.getRed();