Possibility to build executable jar files. Removed applet support.
[sixth-3d-demos.git] / src / main / java / eu / svjatoslav / sixth / e3d / examples / launcher / Main.java
diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Main.java b/src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Main.java
new file mode 100755 (executable)
index 0000000..5b970d4
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+ * Sixth 3D engine demos. Copyright ©2012-2016, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 3 of the GNU Lesser General Public License
+ * or later as published by the Free Software Foundation.
+ */
+
+package eu.svjatoslav.sixth.e3d.examples.launcher;
+
+/**
+ * Main class to launch main menu with examples.
+ */
+
+class Main {
+
+    public static void main(final String[] args) {
+        LauncherFrame.main(args);
+    }
+
+}