]> git.mxchange.org Git - jcore-swing.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:11 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:11 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/project.properties
src/org/mxchange/jcoreswing/client/gui/ClientFrame.java
src/org/mxchange/jcoreswing/model/BaseModel.java
src/org/mxchange/jcoreswing/model/Model.java
src/org/mxchange/jcoreswing/model/swing/contact/ContactTableModel.java

index 791679084a89ff8336af379e08e5e5c26546ebc7..501a92f5bbfaa80f99a46927a972c6a5b21d9836 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=jcore-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 888cb4937db9c194469cd2d45d9033290a926469..45cf659cabe3e1ccefa48f0874e6436222159701 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.FrameAlreadyInitializedException;
 /**
  * An interface for applications with a Swing frame
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface ClientFrame extends FrameworkInterface {
 
index 0e64bccb024bd9fea8183274955d277a8b8381c3..e151463cada5316aaa4133fb2ad9add42af76fc5 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
@@ -24,7 +24,7 @@ import org.mxchange.jcore.BaseFrameworkSystem;
 /**
  * A general model class
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public abstract class BaseModel extends BaseFrameworkSystem implements Model {
 
index c61f1c12bd746f6c44d25e8c0d8540b2614bf6de..98632410be5ef414f8f9b65e18bb05f1b1760d19 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.FrameworkInterface;
 /**
  * A general interface for models
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Model extends FrameworkInterface {
 
index e4a8081f5a4285bcef60accdecffbf521cc7a704..37cac1b64aa271d2fc2dbd991d0ecf56f5dd3912 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.jcoreswing.model.Model;
 /**
  * A table model for contacts
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class ContactTableModel extends BaseModel implements Model, TableModel {