]> git.mxchange.org Git - addressbook-swing.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:12 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:12 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
21 files changed:
nbproject/project.properties
src/log4j2.xml
src/org/mxchange/addressbook/BaseAddressbookSystem.java
src/org/mxchange/addressbook/application/AddressbookApplication.java
src/org/mxchange/addressbook/client/AddressbookClient.java
src/org/mxchange/addressbook/client/BaseAddressbookClient.java
src/org/mxchange/addressbook/client/console/ConsoleClient.java
src/org/mxchange/addressbook/client/gui/AddressbookFrame.java
src/org/mxchange/addressbook/client/gui/SwingClient.java
src/org/mxchange/addressbook/facade/contact/AddressbookContactFacade.java
src/org/mxchange/addressbook/facade/contact/ContactFacade.java
src/org/mxchange/addressbook/menu/AddressbookMenu.java
src/org/mxchange/addressbook/menu/BaseMenu.java
src/org/mxchange/addressbook/menu/Menu.java
src/org/mxchange/addressbook/menu/MenuTools.java
src/org/mxchange/addressbook/menu/console/ConsoleMenu.java
src/org/mxchange/addressbook/menu/item/BaseMenuItem.java
src/org/mxchange/addressbook/menu/item/SelectableMenuItem.java
src/org/mxchange/addressbook/menu/item/console/ConsoleMenuItem.java
src/org/mxchange/localization/bundle_de_DE.properties
src/org/mxchange/localization/bundle_en_US.properties

index 262435f2dd72ddd2ee3c01fd477d37f02d05c5bc..b7645e2d9bfe10b5f892c01cc31cf66e43d4f670 100644 (file)
@@ -4,7 +4,7 @@ annotation.processing.processors.list=
 annotation.processing.run.all.processors=true
 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
 application.title=addressbook-swing
-application.vendor=Roland Haeder
+application.vendor=Roland H\u00e4der
 auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
 build.classes.dir=${build.dir}/classes
 build.classes.excludes=**/*.java,**/*.form
index 7f7ee3c21d3eab35dc2f21f6b02f5a8d0760bdbc..878f07b374aba8ca68c40205ad0281f82c3d3241 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2016 Roland Haeder
+Copyright (C) 2016 Roland Häder
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index 0c61f6fea623f29ddf4513f024b157e21c32ec7b..72e879e298903dd633f93938e7e7aa852099daaa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@ import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal;
 /**
  * A general addressbook class
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public abstract class BaseAddressbookSystem extends BaseFrameworkSystem {
 
index 0ab46adda6699f77c9bf6d9d66a295d6ec66b887..9eb8d377230ecb12c48505a0831badff24a4414f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@ import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal;
 /**
  * Address book application class. Please see ROADMAP.txt for details.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  * @version 0.0
  */
 public class AddressbookApplication extends BaseApplication implements Application {
index b86cde91aa1d11a62679f4e4955536a59b4785d9..c43d1c259febe38f1db0d325856f4231e04d09aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@ import org.mxchange.jcore.exceptions.UnhandledUserChoiceException;
 /**
  * A special client interface for addressbook applications.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AddressbookClient extends Client {
 
index 8c01ddc2af7b4c9fd2a8a1e0ae4293140899d3e5..b3a55df0f2db2187001a0a2b3581128e6b94ffc8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@ import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal;
 /**
  * A general addressbook client
  * <p>
- * @author Roland Haeder<roland@mxchange.org> TODO: Find better name
+ * @author Roland Häder<roland@mxchange.org> TODO: Find better name
  */
 public abstract class BaseAddressbookClient extends BaseClient implements AddressbookClient {
 
index 8452a4aa3dbbc35cda2413438042a37ce2f296d6..98b3d4d07bc5175775c67fa8152a4cfd755e9671 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -46,7 +46,7 @@ import org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber;
 /**
  * A client for the console
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class ConsoleClient extends BaseAddressbookClient implements AddressbookClient {
 
@@ -536,7 +536,7 @@ public class ConsoleClient extends BaseAddressbookClient implements AddressbookC
        public void showWelcome () {
                this.outputMessage(MessageFormat.format("Welcome to {0}", AddressbookApplication.printableTitle())); //NOI18N
                this.outputMessage(""); //NOI18N
-               this.outputMessage("Copyright(c) 2016 by Roland Haeder, this is free software"); //NOI18N
+               this.outputMessage("Copyright(c) 2016 by Roland Häder, this is free software"); //NOI18N
 
                // Debug message
                this.getLoggerBeanLocal().logDebug("Intro shown to user"); //NOI18N
index df28d95e801ee3801a74203905bbf1c23764d5f1..0489a6f70797a1378a8e5decfe440145691aacab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -62,7 +62,7 @@ import org.mxchange.jcoreswing.model.swing.contact.ContactTableModel;
 /**
  * A Swing frame for addressbook.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AddressbookFrame extends BaseAddressbookSystem implements ClientFrame {
 
index d9a1ae20692a9e8b98a55cd313f1e148e1b6b2cb..c2feabd1a3c3173d7c300182f9558f5145dcec68 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ import org.mxchange.jcoreswing.client.gui.ClientFrame;
 /**
  * A swing client
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class SwingClient extends BaseAddressbookClient implements AddressbookClient {
 
index 226fafbced2ee8663687030af96569cf93150fb8..7e79906d656ffff922ced0753f9f4abf3180c30e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@ import org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber;
 /**
  * A facade for contacts.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  * @version 0.0
  */
 public class AddressbookContactFacade extends BaseFacade implements ContactFacade {
index 6e465d7f6fe1b244ba26ecfc3299d95a30e8fb44..e3c72443c9831e3499961cb4e854329e4913f796 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ import org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber;
 /**
  * An interface for addressbook contact manager
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface ContactFacade extends Facade {
 
index 5f5322b054394acd23997442ff90564973e47838..0732ed98b1c3d6eb423a2a38f59503b7000214dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ import org.mxchange.jcore.client.Client;
 /**
  * Utility class for menu structure
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AddressbookMenu extends BaseMenu {
 
index a6ade23f8fd22dddfa56cafb629c8ec17f9e4362..8f1a4b8fc5b8aa6e8bcd2a60c1a9de50bb1d5ae1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@ import org.mxchange.jcore.client.Client;
 /**
  * A general menu class
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public abstract class BaseMenu extends BaseAddressbookSystem implements Menu {
 
index ce5b8375ebbd0e170ff646fe36915d3958ec5105..1fe4f6820352b99d21996fd92eab2570d4dca496 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jcore.client.Client;
 /**
  * An interface for menus
  * <p>
- * @author Roland Haeder<roland@mxchange.org> TODO find better name
+ * @author Roland Häder<roland@mxchange.org> TODO find better name
  */
 public interface Menu {
 
index a8bb6109892686991b05bd5717afa4b789707d68..9204ac188af4b658b59953b75b769cc15ea3dfba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ import org.mxchange.jcore.exceptions.MenuInitializationException;
 /**
  * Menu utilities
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class MenuTools extends BaseAddressbookSystem {
 
index 3de7b9a93d711a81f7ae523c1798e8c19c4a77aa..43ac0e284a113cb392d2d81375da5961cce9e93b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ import org.mxchange.jcore.client.Client;
 /**
  * A menu system for the console
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class ConsoleMenu extends BaseMenu implements Menu {
 
index 9405a003692db29a10cf844ca5d0b0017d1060c6..c98430f2bad4b2b345c4e998fe0425dc7d9bc63a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ import org.mxchange.addressbook.BaseAddressbookSystem;
 /**
  * A general menu item class
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public abstract class BaseMenuItem extends BaseAddressbookSystem {
 
index 6d7b076676b612e81173afe5e349932882ca9a67..0d0bf3695d5a70c32e632fcf516dcada52adaf87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jcore.client.Client;
 /**
  * A selectable menu item intereface
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface SelectableMenuItem extends FrameworkInterface {
 
index 685e6a1fdcbe4ee514c27a6042540bbe1ef55b4f..ed301fc8ebbbb2c192548ecb25d7f694aedfff28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ import org.mxchange.jcore.client.Client;
 /**
  * A menu item class for the console
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class ConsoleMenuItem extends BaseMenuItem implements SelectableMenuItem {
 
index 027f905c15c71f2111eea7c34dd58d0e8d2c02b8..ee494f032df309a390eed4e3f892999f56dda06a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016 Roland Haeder
+# Copyright (C) 2016 Roland H\u00e4der
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index af178dac0df1fe6f0e008a322e5a9a66d6f3393e..f5a87688493f15ea22a1a8ba8146674bbe9f3a65 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016 Roland Haeder
+# Copyright (C) 2016 Roland H\u00e4der
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by