Package dotaSoundEditor

Examples of dotaSoundEditor.UserPrefs


    }//GEN-LAST:event_formWindowClosing

    private void JMenuInstallDirActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_JMenuInstallDirActionPerformed
    {//GEN-HEADEREND:event_JMenuInstallDirActionPerformed
        //Change steam install loc  
        UserPrefs prefs = UserPrefs.getInstance();
        JDialog locationCheckDialog = new JDialog();
        locationCheckDialog.setModal(true);
        locationCheckDialog.setAlwaysOnTop(true);
        locationCheckDialog.setTitle("Locate Dota 2");
        locationCheckDialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
View Full Code Here

TOP

Related Classes of dotaSoundEditor.UserPrefs

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.