From c5d95244b18040f0d15a1de1bb7d706e1292f611 Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Tue, 10 Mar 2020 18:14:46 +0100 Subject: [PATCH] Added some more stuff. --- src/main/java/com/gyrobian/view/Window.form | 170 +++++++++++++++++++- src/main/java/com/gyrobian/view/Window.java | 8 + 2 files changed, 172 insertions(+), 6 deletions(-) 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");