From d547f87da5f68c12dede7c9d45618cae11ff5699 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Fri, 18 Mar 2011 08:28:09 +0000 Subject: Mega-commit to the rescue! Added Javadoc snapshot (admittedly old); show UI now fixed-layout; UI uses system selection colours for accents; now uses bapsserver password and can thus talk to show database relations; removed member relation dependencies until further notice; attempted to get application and applet launchers working but having issues with the latter; started working on a server communicating via a minimal implementation of HTTP 1.1 (standardisation required eventually). --- doc/uk/org/ury/frontend/FrontendError.html | 286 +++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 doc/uk/org/ury/frontend/FrontendError.html (limited to 'doc/uk/org/ury/frontend/FrontendError.html') diff --git a/doc/uk/org/ury/frontend/FrontendError.html b/doc/uk/org/ury/frontend/FrontendError.html new file mode 100644 index 0000000..0ee5c70 --- /dev/null +++ b/doc/uk/org/ury/frontend/FrontendError.html @@ -0,0 +1,286 @@ + + + + + + +FrontendError + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +uk.org.ury.frontend +
+Class FrontendError

+
+java.lang.Object
+  extended by uk.org.ury.frontend.FrontendError
+
+
+
+
public class FrontendError
extends java.lang.Object
+ + +

+Factory for descriptive error dialogues. +

+ +

+

+
Author:
+
Matt Windsor
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
FrontendError() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static voidreportFatal(java.lang.String message, + FrontendAppletPanel panel) + +
+           
+static voidreportFatal(java.lang.String message, + FrontendFrame frame) + +
+          Create an error dialogue to report a fatal error.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+FrontendError

+
+public FrontendError()
+
+
+ + + + + + + + +
+Method Detail
+ +

+reportFatal

+
+public static void reportFatal(java.lang.String message,
+                               FrontendFrame frame)
+
+
Create an error dialogue to report a fatal error. +

+

+
Parameters:
message - The message, eg the exception message, + to report to the user.
+
+
+
+ +

+reportFatal

+
+public static void reportFatal(java.lang.String message,
+                               FrontendAppletPanel panel)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3