public class DoctorPanel {
public void initComponent() {
DoctorDataInputPane doctorPane = new DoctorDataInputPane();
doctorPane.setProperty("label", label);
                                     }
                         }public class DoctorDataInputPane {
public void initComponent() {
Label labelmess = (Label)this.getProperty("label");
                                     }
                                  }
请问labelmess为什么是空值?