From 4922732e0e23d106320fe480770f1c1ad474962b Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 10 Apr 2017 23:55:11 +0200 Subject: [PATCH] updated own name and resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/project.properties | 2 +- src/org/mxchange/jcoreswing/client/gui/ClientFrame.java | 4 ++-- src/org/mxchange/jcoreswing/model/BaseModel.java | 4 ++-- src/org/mxchange/jcoreswing/model/Model.java | 4 ++-- .../jcoreswing/model/swing/contact/ContactTableModel.java | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 7916790..501a92f 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -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 diff --git a/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java b/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java index 888cb49..45cf659 100644 --- a/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java +++ b/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface ClientFrame extends FrameworkInterface { diff --git a/src/org/mxchange/jcoreswing/model/BaseModel.java b/src/org/mxchange/jcoreswing/model/BaseModel.java index 0e64bcc..e151463 100644 --- a/src/org/mxchange/jcoreswing/model/BaseModel.java +++ b/src/org/mxchange/jcoreswing/model/BaseModel.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseModel extends BaseFrameworkSystem implements Model { diff --git a/src/org/mxchange/jcoreswing/model/Model.java b/src/org/mxchange/jcoreswing/model/Model.java index c61f1c1..9863241 100644 --- a/src/org/mxchange/jcoreswing/model/Model.java +++ b/src/org/mxchange/jcoreswing/model/Model.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface Model extends FrameworkInterface { diff --git a/src/org/mxchange/jcoreswing/model/swing/contact/ContactTableModel.java b/src/org/mxchange/jcoreswing/model/swing/contact/ContactTableModel.java index e4a8081..37cac1b 100644 --- a/src/org/mxchange/jcoreswing/model/swing/contact/ContactTableModel.java +++ b/src/org/mxchange/jcoreswing/model/swing/contact/ContactTableModel.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class ContactTableModel extends BaseModel implements Model, TableModel { -- 2.39.5