aboutsummaryrefslogtreecommitdiff
path: root/src/uk/org/ury/testrig/DemoControlPanel.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/uk/org/ury/testrig/DemoControlPanel.java')
-rw-r--r--src/uk/org/ury/testrig/DemoControlPanel.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/uk/org/ury/testrig/DemoControlPanel.java b/src/uk/org/ury/testrig/DemoControlPanel.java
index 7e4b439..85789c5 100644
--- a/src/uk/org/ury/testrig/DemoControlPanel.java
+++ b/src/uk/org/ury/testrig/DemoControlPanel.java
@@ -2,6 +2,7 @@ package uk.org.ury.testrig;
import uk.org.ury.frontend.FrontendControlPanel;
+import uk.org.ury.frontend.exceptions.UICreationFailureException;
/**
@@ -14,8 +15,21 @@ import uk.org.ury.frontend.FrontendControlPanel;
public class DemoControlPanel extends FrontendControlPanel
{
+ /**
+ *
+ */
+ private static final long serialVersionUID = 7558888612002013312L;
+
+
+ /**
+ * Constructs a new DemoControlPanel.
+ *
+ * @throws UICreationFailureException if the UI creation fails.
+ */
+
public
DemoControlPanel ()
+ throws UICreationFailureException
{
super ("demo_control_panel.xml");
}