Roy 6 years ago
parent
commit
3afe358055
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      __SHELL5.java

+ 8
- 0
__SHELL5.java View File

@@ -0,0 +1,8 @@
1
+
2
+public class __SHELL5 extends bluej.runtime.Shell {
3
+public static void run() throws Throwable {
4
+
5
+java.lang.String[] __bluej_param0 = { };
6
+MainApplication.main(__bluej_param0);
7
+
8
+}}