Package net.sourceforge.processdash.ui

Examples of net.sourceforge.processdash.ui.SoundClip


            buttonManager = new ToggleButtonManager();
        else
            buttonManager = new CompactButtonManager();
       
        if (quiet) {
            timingSound = new SoundClip(null);
        } else {
            timingSound = new SoundClip(getClass().getResource("timing.wav"));
        }
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.ui.SoundClip

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.