src/org/pushingpixels/lightbeam/panels/ButtonsPanel.java [338:347]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		@Override
		public void setup() {
			super.setup();
			this.flipCount = this.controls.size() / 4;
			this.perms = LightBeamUtils.getPermutation(this.controls.size(),
					this.flipCount * getIterationCount());
		}
	}

	@PerformanceScenarioParticipant
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/org/pushingpixels/lightbeam/panels/CombosPanel.java [164:173]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		@Override
		public void setup() {
			super.setup();
			this.flipCount = this.controls.size() / 4;
			this.perms = LightBeamUtils.getPermutation(this.controls.size(),
					this.flipCount * getIterationCount());
		}
	}

	@PerformanceScenarioParticipant
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



