Skip to content

Instantly share code, notes, and snippets.

@youknowjack
Created October 1, 2013 18:50
Show Gist options
  • Save youknowjack/6783207 to your computer and use it in GitHub Desktop.
Save youknowjack/6783207 to your computer and use it in GitHub Desktop.
switch (groups.getBgcolortst()) {
case ALTCOLOR1:
model.setColor(color1);
break;
case ALTCOLOR2:
model.setColor(color2);
break;
case ALTCOLOR3:
model.setColor(color3);
break;
case ALTCOLOR4:
model.setColor(color4);
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment