i can't seem to figure out how to pass the variable to an actor
here is the variable declared in MyWorld
how to share this variable to a actor?
String college=JOptionPane.showInputDialog("Enter college: ");
