]> git.mxchange.org Git - jfinancials-lib.git/blobdiff - src/org/mxchange/addressbook/client/gui/AddressbookFrame.java
jswingcore has been created based on jcore's last Swing-related classes and interfaces
[jfinancials-lib.git] / src / org / mxchange / addressbook / client / gui / AddressbookFrame.java
index 89b8df2cdbbf344a1eace574e6d74ab541b5e9a4..5cb115cceed47ff894db35e1fd2db4cd4d05afbd 100644 (file)
@@ -52,13 +52,13 @@ import org.mxchange.addressbook.application.AddressbookApplication;
 import org.mxchange.addressbook.exceptions.ContactAlreadyAddedException;
 import org.mxchange.addressbook.manager.contact.ManageableAddressbookContact;
 import org.mxchange.jcore.client.Client;
-import org.mxchange.jcore.client.gui.ClientFrame;
 import org.mxchange.jcore.contact.Contact;
 import org.mxchange.jcore.contact.Gender;
 import org.mxchange.jcore.exceptions.BadTokenException;
 import org.mxchange.jcore.exceptions.CorruptedDatabaseFileException;
 import org.mxchange.jcore.exceptions.FrameAlreadyInitializedException;
-import org.mxchange.jcore.model.swing.contact.ContactTableModel;
+import org.mxchange.jswingcore.client.gui.ClientFrame;
+import org.mxchange.jswingcore.model.swing.contact.ContactTableModel;
 
 /**
  *
@@ -456,7 +456,7 @@ public class AddressbookFrame extends BaseAddressbookSystem implements ClientFra
                 * Add listener which asks for confirmation, if data has been entered
                 * but not saved yet. The user may appriciate this ... ;-)
                 *
-                * @TODO Unfinished
+                * TODO Unfinished
                 */
                this.addContact.addWindowListener(new WindowAdapter() {
                        /**
@@ -679,11 +679,11 @@ public class AddressbookFrame extends BaseAddressbookSystem implements ClientFra
                                        ((ManageableAddressbookContact) self.getClient().getManager()).doEnterOwnData();
                                } catch (final ContactAlreadyAddedException ex) {
                                        // Already added, log away
-                                       // @TODO maybe output message here?
+                                       // TODO maybe output message here?
                                        self.logException(ex);
                                } catch (final IOException | BadTokenException ex) {
                                        // Somethind bad happened here
-                                       // @TODO Output error message here?
+                                       // TODO Output error message here?
                                }
                        }
                });
@@ -785,7 +785,7 @@ public class AddressbookFrame extends BaseAddressbookSystem implements ClientFra
         * Initializes "other" data panel
         *
         * @param dialog A JDialog instance to this components to
-        * @todo Fill this with life
+        * TODO Fill this with life
         */
        private void initOtherDataPanel (final JDialog dialog) {
                // Trace message