Thank you very much!
But i still have a big problem!
I implanted sleep so its now like a timer! But, it only update, refresh labLabel Text at the end of the loop, ofcourse number 9, not every turn of it.(if i put System.out.println(i) it works fine in console, so i figure it has something to do with jlabel refreshing)
i tryed to put labLabel.repaint(); below abLabel.setText("Number: "+i); but nothing is happening.
[