Call repaint() after calling validate().

Take a very careful look at this line: if(name.equals(employeeName[x]));{

If it's not obvious to you, put some print statements inside that if...