protected void installComponents() {
this.frame = this.desktopIcon.getInternalFrame();
// this.frame.setOpaque(false);
// Icon icon = this.frame.getFrameIcon();
this.iconPane = new SubstanceInternalFrameTitlePane(this.frame);
this.iconPane.setOpaque(false);
this.desktopIcon.setLayout(new BorderLayout());
this.desktopIcon.add(this.iconPane, BorderLayout.CENTER);
}