int x = (screenW-width)/2;
sPanel2.setBounds(x, 0, width, screenH);
menu.setBounds(0, 50, width, screenH-100);
tlo.setBounds(0, 0, width, screenH);
tlo.scale(width, screenH);
intro.appear(1f, 5000, 1500); //5000 1000
intro.whenAppearDone(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {