795796797798799800801802803804805806
if (urlwin == null) { throw new RuntimeException("Event sound not available."); } PlayWav wav = new PlayWav(urlwin); wav.start(); } catch (Exception err) {
104105106107108109110111112113114115
if (urlwin == null) { throw new RuntimeException("Event sound not available."); } PlayWav wav = new PlayWav(urlwin); wav.start(); } catch (Exception err) //Gobble... {