Package dotaSoundEditor.Controls

Examples of dotaSoundEditor.Controls.SoundEditorMainForm


        if (!(vpkPath.equals("")) && !(installDir.equals("")))
        {
            try
            {
                //TODO: Don't automatically run the mainForm in its constructor. Make a .run() method.
                SoundEditorMainForm mainForm = new SoundEditorMainForm(vpkPath, installDir);
            }
            //This should cut down on at least 90% of support emails...
            //TODO: Look into whether this belongs i_n Handler.java
            catch(java.lang.NoClassDefFoundError nce)
            {
View Full Code Here

TOP

Related Classes of dotaSoundEditor.Controls.SoundEditorMainForm

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.