Package edu.unc.cs.sportsync.main.settings

Examples of edu.unc.cs.sportsync.main.settings.Settings


  public Application(Composite parent, int style) {
    super(parent, style);
    audioControl = new AudioControl();
    audioControl.prepareMixerList();
    settings = new Settings();
    setLayout(new FillLayout());

    audioControl.setSettings(settings);

    // load XWT
View Full Code Here

TOP

Related Classes of edu.unc.cs.sportsync.main.settings.Settings

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.