contentManager.addPropertyChangeListener(this);
contentManager.addContentManagerListener(new InternalContentMananagerListener());
}
protected void initGlassPane() {
this.glassPanel = new GlassPanel(resourceManager, rootPaneContainer);
// rootPaneContainer.setGlassPane(this.glassPanel = new GlassPanel(rootPaneContainer));
}