Package asis.ini

Examples of asis.ini.TweakIniList


        SPProgressBarPlug.incrementBar();
    }

    private void getTweakIniSetup() {
        try {
            tweakInis = new TweakIniList();
        } catch (Exception e) {
            JOptionPane.showMessageDialog(null, "There was an error with Tweak Inis.  Please contact the author.");
        }
    }
View Full Code Here

TOP

Related Classes of asis.ini.TweakIniList

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.