public class Selection {

private Vector<Cue> cuevalues; // vector of Cues


public Selection()
{
int count = 0;
System.out.println("I AM HERE");