/*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
*
* 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
package org.mxchange.jcoreswing.client.gui;
import java.io.IOException;
-import org.mxchange.jcontacts.contact.Contact;
+import org.mxchange.jcontacts.model.contact.Contact;
import org.mxchange.jcore.FrameworkInterface;
import org.mxchange.jcore.client.Client;
import org.mxchange.jcore.exceptions.FrameAlreadyInitializedException;
/*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
*
* 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
/*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
*
* 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
/*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
*
* 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
import java.text.MessageFormat;
import javax.swing.table.TableModel;
-import org.mxchange.jcontacts.contact.Contact;
+import org.mxchange.jcontacts.model.contact.Contact;
import org.mxchange.jcore.facade.Facade;
import org.mxchange.jcoreswing.model.BaseModel;
import org.mxchange.jcoreswing.model.Model;