]> git.mxchange.org Git - addressbook-swing.git/blobdiff - Addressbook/src/org/mxchange/addressbook/client/gui/SwingClient.java
Introduced new model as we need gender value verfication, maybe this works?
[addressbook-swing.git] / Addressbook / src / org / mxchange / addressbook / client / gui / SwingClient.java
index c9ed4f6d674f15346223e935c43caaa1bec6eda8..a9ba1c1fdc1454cb5f24d17cbe93c51e89f4c6ba 100644 (file)
@@ -84,11 +84,19 @@ public class SwingClient extends BaseClient implements Client {
                throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
        }
 
+       /**
+        * Shows dialog to enter new contact
+        * 
+        * @return Returns finished Contact instance
+        */
        @Override
        public Contact doEnterOwnData () {
                throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
        }
 
+       /**
+        * Shuts down this client
+        */
        @Override
        public void doShutdown () {
                // Debug message
@@ -100,14 +108,14 @@ public class SwingClient extends BaseClient implements Client {
                // Shutdown frame
                this.frame.doShutdown();
 
-       // @TODO Add other shutdown stuff
+               // @TODO Add other shutdown stuff
                // Debug message
                this.getLogger().trace("EXIT!");
        }
 
        @Override
        public void doUserMenuChoice () throws UnhandledUserChoiceException {
-       // Debug message
+               // Debug message
                //* NOISY-DEBUG: */ this.getLogger().trace("CALLED!");
 
                // Not implemented here