Package com.suwish.pc.ui.preference.impl

Examples of com.suwish.pc.ui.preference.impl.SystemConfigPreference


 
 
  private void init(){
    preferences = new ArrayList<Preference>();
    dialog = new PreferenceDialog(MainFrame.getInstance());
    addPreference(new SystemConfigPreference());
  }
View Full Code Here

TOP

Related Classes of com.suwish.pc.ui.preference.impl.SystemConfigPreference

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.