aboutsummaryrefslogtreecommitdiff
path: root/src/GraphThread.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/GraphThread.java')
-rw-r--r--src/GraphThread.java24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/GraphThread.java b/src/GraphThread.java
new file mode 100644
index 0000000..9ef3bee
--- /dev/null
+++ b/src/GraphThread.java
@@ -0,0 +1,24 @@
+/* */ import java.awt.EventQueue;
+/* */
+/* */ public class GraphThread extends EventQueue
+/* */ implements Runnable
+/* */ {
+/* */ public GraphThread()
+/* */ {
+/* */ try
+/* */ {
+/* 12 */ invokeLater(this);
+/* */ }
+/* */ catch (Exception e) {
+/* 15 */ e.printStackTrace();
+/* */ }
+/* */ }
+/* */
+/* 19 */ public void run() { GraphFrame.run(); }
+/* */
+/* */ }
+
+/* Location: Modulus.jar
+ * Qualified Name: GraphThread
+ * JD-Core Version: 0.6.2
+ */ \ No newline at end of file