Guest User

Untitled

a guest
Jun 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.36 KB | None | 0 0
  1.     public String boxValues; //Kerri: values a/b/c in box
  2. ............
  3.     public ISBox(Coord c, Widget parent, Resource res, int rem, int av, int bi) {
  4.         super(c, bg.sz(), parent);
  5.         this.res = res;
  6.         resName = res.name;
  7.         boxValues = String.valueOf(rem)+"/"+String.valueOf(av)+"/"+String.valueOf(bi);
  8.         setlabel(rem, av, bi);
  9.     }
Add Comment
Please, Sign In to add comment