if (!SubstanceLookAndFeel.isToUseConstantThemesOnDialogs()) {
sideIcon = SubstanceCoreUtilities.getThemedIcon(null, sideIcon);
}
this.substanceIconLabel = new OptionPaneLabel();
this.iconGlowTracker = new IconGlowTracker(substanceIconLabel);
this.substanceIconLabel.setIcon(new GlowingIcon(sideIcon,
this.iconGlowTracker));
this.substanceIconLabel.setName("OptionPane.iconLabel");
this.substanceIconLabel.setVerticalAlignment(SwingConstants.TOP);