public Tuna(String yourStringVariableHere){ //unnecessary identifier but just to make it obvious..
q1 = new JLabel(yourStringVariableHere);
}

Passing the string variable passed to your...