// init colntrols
protocol = new ProtocolCombo("Protocol: ");
randomization = new RandomizationCombo("Randomization");
useMarkers = new UseMarkersCheckbox("UseMarkers");
iterations = new IterationTextBox("Iterations");
results = new PossibleResultsBox("Results");
fastSearchAction = new FastSubshapeSearchAction(page);
exportAction = new ExportImageAction(page);
super.init(bars, page);
}