}
}
}
}
public static void playSound(JComponent c, Object actionKey) {
LookAndFeel laf = UIManager.getLookAndFeel();
if (laf instanceof Win32LookAndFeel) {
Object[] audioStrings = (Object[])UIManager.get("AuditoryCues.playList");
if (audioStrings != null){
for (int i = 0; i < audioStrings.length; i++) {
if (actionKey.equals(audioStrings[i])){