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

	@PerformanceScenarioParticipant
	public PerformanceScenario getToggleEnabledScenario() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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

	@PerformanceScenarioParticipant
	public PerformanceScenario getToggleEnabledScenario() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



