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