Searched refs:soundFile (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLookAndFeel.java2114 * <code>soundFile</code> filename. If this method is unable to
2116 * <code>soundFile</code> passed into this method, it will
2119 * @param soundFile the name of the audio file to be retrieved
2124 private byte[] loadAudioData(final String soundFile){ argument
2125 if (soundFile == null) {
2140 getClass().getResourceAsStream(soundFile);
2165 soundFile + " not found.");
2169 System.err.println("warning: " + soundFile +

Completed in 30 milliseconds