Created
October 1, 2013 18:50
-
-
Save youknowjack/6783207 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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