Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /**
  2. * Hreinsar Myllu vinnsluhlutinn og núllstillir alla reiti,
  3. * Kveikir aftur á radio buttons og hreinsar svo öll peðin
  4. * út með því að remova öll childrenin nema fyrsta(línurnar)
  5. */
  6. public void hreinsa() {
  7. mittBord.hreinsa();
  8. mAdal.anchor.setDisable(false);
  9. while(this.getChildren().size() > 0) {
  10. this.getChildren().remove(1);
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement