else
{
lafClass = Class.forName(lafClassName);
}
// Get the new Look and Feel object.
final LookAndFeel laf = (LookAndFeel) lafClass.newInstance();
// If a different LAF to the current one has been requested then
// change to the requested LAF.
LookAndFeel curLaf = UIManager.getLookAndFeel();
s_log.debug(curLaf);
if (force || curLaf == null || !curLaf.getName().equals(laf.getName()))
{
ILookAndFeelController lafCont = getLookAndFeelController(lafClassName);
lafCont.aboutToBeInstalled(this, laf);
// Set Look and Feel. If this is the Substance placeholder, skip it as it is not a real