the way i would do it is put a series of if statements in the actionperformed method:


public void actionPerformed(ActionEvent e)
{
String mystr = new String("");

if(e.getsource==nametext)...