Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1.  
  2.     this.currAreaState = state;
  3.     …
  4.     if(!this.menueIsShown) {
  5.         switch (state) {
  6.             case PROGRAMMING:
  7.             sectionStack.expandSection("setCards");
  8.             sectionStack.collapseSection("stateSection");
  9.             …
  10.             break;
  11.             case WAITING:
  12.             …
  13.         }
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement