]> git.mxchange.org Git - jfinancials-swing.git/commitdiff
Some empty lines added/removed
authorRoland Haeder <roland@mxchange.org>
Sat, 20 Feb 2016 20:42:01 +0000 (21:42 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 20 Feb 2016 20:42:01 +0000 (21:42 +0100)
src/org/mxchange/addressbook/application/AddressbookApplication.java
src/org/mxchange/addressbook/client/gui/AddressbookFrame.java

index d89899933c0b022bfa7f2c616385f4152760c7df..866809a1ec8deb3ff7b1f3d49f65ce7620110aff 100644 (file)
@@ -389,5 +389,4 @@ public class AddressbookApplication extends BaseApplication implements Applicati
                this.getLoggerBeanLocal().logException(exception);
        }
 
-
 }
index 01fbd5259adfa891cf36713832455005d54ac02e..da6d4bde773d01a1c8c33e47548fe1dedc00351e 100644 (file)
@@ -675,16 +675,16 @@ public class AddressbookFrame extends BaseAddressbookSystem implements ClientFra
                // Add menu items:
                // 1.x) Exit program (should be last)
                this.addMenuItem(menu, "exitProgram", new ActionListener() { //NOI18N
-                       /**
-                        * If the user has performed this action
-                        * <p>
-                        * @param e An instance of an ActionEvent class
-                        */
-                       @Override
-                       public void actionPerformed (final ActionEvent e) {
-                               self.shutdownApplication();
-                       }
-               });
+                                        /**
+                                         * If the user has performed this action
+                                         * <p>
+                                         * @param e An instance of an ActionEvent class
+                                         */
+                                        @Override
+                                        public void actionPerformed (final ActionEvent e) {
+                                                self.shutdownApplication();
+                                        }
+                                });
 
                // Add menu -> menu bar
                menuBar.add(menu);
@@ -740,16 +740,16 @@ public class AddressbookFrame extends BaseAddressbookSystem implements ClientFra
                // Init more menus:
                // 1) Add new contact
                this.addMenuItem(menu, "addNewContact", new ActionListener() { //NOI18N
-                       /**
-                        * If the user has performed this action
-                        * <p>
-                        * @param e An instance of an ActionEvent class
-                        */
-                       @Override
-                       public void actionPerformed (final ActionEvent e) {
-                               ((ContactFacade) self.getClient().getFacade()).doAddOtherAddress();
-                       }
-               });
+                                        /**
+                                         * If the user has performed this action
+                                         * <p>
+                                         * @param e An instance of an ActionEvent class
+                                         */
+                                        @Override
+                                        public void actionPerformed (final ActionEvent e) {
+                                                ((ContactFacade) self.getClient().getFacade()).doAddOtherAddress();
+                                        }
+                                });
 
                // Add menu -> menu bar
                menuBar.add(menu);