|
@@ -1,4 +1,4 @@
|
|
-package View;
|
|
|
|
|
|
+package view;
|
|
|
|
|
|
import java.awt.Component;
|
|
import java.awt.Component;
|
|
import java.awt.GridLayout;
|
|
import java.awt.GridLayout;
|
|
@@ -12,13 +12,13 @@ import javax.swing.JFrame;
|
|
import javax.swing.JLayeredPane;
|
|
import javax.swing.JLayeredPane;
|
|
import javax.swing.JPanel;
|
|
import javax.swing.JPanel;
|
|
|
|
|
|
-import Algorithms.Animated.Action;
|
|
|
|
-import Algorithms.Animated.AnimationController;
|
|
|
|
-import Algorithms.Animated.BK.BKNodePlacement;
|
|
|
|
-import Algorithms.Animated.BK.ExtremalLayoutCalc.LayoutType;
|
|
|
|
-import IO.Writer;
|
|
|
|
-import Model.LayeredGraphEdge;
|
|
|
|
-import Model.LayeredGraphNode;
|
|
|
|
|
|
+import algorithms.animated.Action;
|
|
|
|
+import algorithms.animated.AnimationController;
|
|
|
|
+import algorithms.animated.bk.BKNodePlacement;
|
|
|
|
+import algorithms.animated.bk.ExtremalLayoutCalc.LayoutType;
|
|
|
|
+import io.Writer;
|
|
|
|
+import model.LayeredGraphEdge;
|
|
|
|
+import model.LayeredGraphNode;
|
|
|
|
|
|
/**
|
|
/**
|
|
* The main window of the application.
|
|
* The main window of the application.
|