copyright year updated 3

This commit is contained in:
2015-01-13 20:32:58 +01:00
parent c4d35dd36a
commit 83d7819cca
9 changed files with 9 additions and 9 deletions
@@ -114,7 +114,7 @@ public class AboutDialog extends AppDialog {
authorLabel.setHorizontalAlignment(SwingConstants.CENTER);
cp.add(authorLabel);
JLabel dateLabel = new JLabel("2010-2014");
JLabel dateLabel = new JLabel("2010-2015");
dateLabel.setAlignmentX(0.5f);
//dateLabel.setPreferredSize(new Dimension(300, 10));
dateLabel.setHorizontalAlignment(SwingConstants.CENTER);