diff --git a/src/main/java/com/gyrobian/view/Window.form b/src/main/java/com/gyrobian/view/Window.form index cd80c66..75da2c0 100644 --- a/src/main/java/com/gyrobian/view/Window.form +++ b/src/main/java/com/gyrobian/view/Window.form @@ -1,9 +1,9 @@
- + - + @@ -11,7 +11,7 @@ - + @@ -154,10 +154,12 @@ - + + + - + @@ -187,7 +189,9 @@ - + + + @@ -252,6 +256,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/java/com/gyrobian/view/Window.java b/src/main/java/com/gyrobian/view/Window.java index 82fd859..e557c4e 100644 --- a/src/main/java/com/gyrobian/view/Window.java +++ b/src/main/java/com/gyrobian/view/Window.java @@ -33,6 +33,14 @@ public class Window extends JFrame { private JTextPane testingOutputTextPane; private JLabel assessmentPanelTitle; private JTextPane assessmentTextPane; + private JPanel mainControlPanel; + private JButton executeBothButton; + private JButton executeTemplateButton; + private JButton executeTestingButton; + private JPanel databaseConfigurationPanel; + private JPanel scriptExecutionPanel; + private JTextField jdbcUrlInput; + private JCheckBox enableForeignKeysCheckbox; public Window() { super("SQL-Assesser-2");