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

Examples of edu.unc.cs.sportsync.main.ui.settings.SettingsDialog


      settingsDialog = new Shell(getShell(), SWT.DIALOG_TRIM);
      FillLayout layout = new FillLayout();
      settingsDialog.setText("Settings");
      settingsDialog.setLayout(layout);
      settingsDialog.setSize(450, 300);
      settingsComposite = new SettingsDialog(settingsDialog, SWT.NONE, settings, audioApplyButtonListener, saveButtonListener, audioControl);

      settingsDialog.open();
    }
  }
View Full Code Here

TOP

Related Classes of edu.unc.cs.sportsync.main.ui.settings.SettingsDialog

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.