Guest User

Untitled

a guest
Jan 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. for (int i = 0; i < Colorslist.size(); i++) {
  2. if (Colorslist.get(i) == 0) {
  3. vbutton.setStyle("-fx-background-color: #00ff00; ");
  4. //Here the button change color and i want it to stay
  5. //like this for 1 second before swaping it with the ancient color.
  6. ...
Add Comment
Please, Sign In to add comment