Switch to unified view

a/tool/src/main/start.java b/tool/src/main/start.java
...
...
3
 * and open the template in the editor.
3
 * and open the template in the editor.
4
 */
4
 */
5
package main;
5
package main;
6
6
7
import GUI.StudioUI2;
7
import GUI.StudioUI2;
8
import GUI.StudioUI3;
8
import definitions.is;
9
import definitions.is;
9
import java.io.File;
10
import java.io.File;
10
import java.io.IOException;
11
import java.io.IOException;
11
import java.net.URL;
12
import java.net.URL;
12
import java.net.URLConnection;
13
import java.net.URLConnection;
...
...
58
                    }};
59
                    }};
59
                thread.start();
60
                thread.start();
60
            
61
            
61
                
62
                
62
                try{
63
                try{
63
                    core.studio = new StudioUI2();
64
                    core.studio = new StudioUI3();
64
                    core.studio.doSettings();
65
                    core.studio.doSettings();
65
                    core.studio.setVisible(true);
66
                    core.studio.setVisible(true);
66
                    core.studio.hasFocus();
67
                    core.studio.hasFocus();
67
                }catch (Exception e){
68
                }catch (Exception e){
68
                    System.err.println("ST001 - Exception occurred");
69
                    System.err.println("ST001 - Exception occurred");