Re: Playing a sound at regular intervals

2016-08-23 Thread Scott Palmer
FYI... This issue is not visible to me https://bugs.openjdk.java.net/browse/JDK-8090414 Scott > On Aug 23, 2016, at 10:15 AM, David DeHaven wrote: > > >> We're trying to play a notification sound at a regular interval (every >> 500ms) in a loop. >> >> It should

Re: Playing a sound at regular intervals

2016-08-23 Thread David DeHaven
> We're trying to play a notification sound at a regular interval (every 500ms) > in a loop. > > It should sound like "bing.bing.bing." and not like > "bing..bing..bing...bing" if you know what I mean ;) > > From the JavaDoc we were guessing that an efficient way to do this would be > to

NullPointerException in LabeledSkinBase

2016-08-23 Thread Rahman USTA
Hello; I got this NullPointerException in my JavaFX application, but it is not reproducible. OS: Windows 7 Ver: Microsoft Windows [Version 6.1.7601] java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)

Playing a sound at regular intervals

2016-08-23 Thread Daniel Glöckner
Hi, We're trying to play a notification sound at a regular interval (every 500ms) in a loop. It should sound like "bing.bing.bing." and not like "bing..bing..bing...bing" if you know what I mean ;) >From the JavaDoc we were guessing that an efficient way to do this would be to >set cycle