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