UIManager.setLookAndFeel(this.targetLookAndFeelName) ;
SwingUtilities.updateComponentTreeUI(
this.menuContainer) ;
} catch (Exception ex) {
this.menuModel.displayDebugInformation(
new InvalidLookAndFeelException(
this.targetLookAndFeelName, ex)) ;
}// try
}// actionPerformed(ActionEvent)