/** Constructor. */
public AboutAuthorPanel(GanttProject parent) {
super(GanttLanguage.getInstance().getText("authors"), GanttLanguage
.getInstance().getText("settingsAuthors"), parent);
JTable jTableAuthors = new JTable();
AuthorsFieldTableModel modelauthors = new AuthorsFieldTableModel();
jTableAuthors.setModel(modelauthors);
modelauthors.addField(new AuthorsInfo("THOMAS Alexandre",
"alexthomas@ganttproject.org"));
modelauthors.addField(new AuthorsInfo("BARASHEV Dmitry",
"dbarashev@ganttproject.org"));
modelauthors.addField(new AuthorsInfo("AZURE Joe",