]> git.mxchange.org Git - addressbook-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/client/gui/ClientFrame.java
The NetBeans-created GUI was buggy, maybe because of the .form file. So I better...
[addressbook-lib.git] / Addressbook / src / org / mxchange / addressbook / client / gui / ClientFrame.java
index 17318d4466b3907cf3172eb8a369ab37acb9d77f..06af9bb57af2cb05b262f18aa1172d7212c61eed 100644 (file)
@@ -16,6 +16,7 @@
  */\r
 package org.mxchange.addressbook.client.gui;\r
 \r
+import org.mxchange.addressbook.FrameAlreadyInitializedException;\r
 import org.mxchange.addressbook.FrameworkInterface;\r
 import org.mxchange.addressbook.client.Client;\r
 \r
@@ -42,6 +43,8 @@ public interface ClientFrame extends FrameworkInterface {
 \r
     /**\r
      * Initializes frame\r
+     * \r
+     * @throws org.mxchange.addressbook.FrameAlreadyInitializedException If this method has been called twice\r
      */\r
-    public void initFrame ();\r
+    public void initFrame () throws FrameAlreadyInitializedException;\r
 }\r