/*     */ public void addNotify() /*     */ {
   /*  65 */ if (getPeer() == null) {
     /*  66 */ XToolkit localXToolkit = (XToolkit) Toolkit.getDefaultToolkit();
     /*  67 */ setPeer(localXToolkit.createEmbeddedFrame(this));
     /*     */ }
   /*  69 */ super.addNotify();
   /*     */ }