JMSL ParallelCollection Demo


A ParallelCollection holds any number of children, and launches them all at once. The collection in this demo holds two MusicJobs that flash text (for details see JobDemo1). This collection also has stock MessagePrinter's added to its startPlayables, repeatPlayables, and stopPlayables. MessagePrinter implements Playable, and is included in the standard JMSL distribution. MessagePrinter prints to JMSL.out, which in this applet has been redirected to the text area below.

You need a Java-enabled browser to view this applet.

source code
(C) 1997 Phil Burk and Nick Didkovsky, All Rights Reserved
JMSL is based upon HMSL (C) Phil Burk, Larry Polansky and David Rosenboom.
JMSL Examples