4748495051525354
this.textEditor = textEditor; } @Override public void show(RootPaneContainer frame) { textEditor.addAncestorListener(new GlassPaneManager(frame.getRootPane(), this)); super.show(frame); }