// discovering the current active Look and Feel
LookAndFeel laf = UIManager.getLookAndFeel();
String lafName = laf.getName();