Searched defs:playSound (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLookAndFeel.java1953 * it to <code>playSound</code>.
1986 * @see #playSound(Action)
2020 * @see #playSound(Action)
2193 protected void playSound(Action audioAction) { method in class:BasicLookAndFeel
2234 static void playSound(JComponent c, Object actionKey) { method in class:BasicLookAndFeel
2242 ((BasicLookAndFeel)laf).playSound(audioAction);

Completed in 28 milliseconds