copyright year updated

This commit is contained in:
honfika@gmail.com
2016-01-01 14:06:56 +01:00
parent 2a043f9637
commit 1cea429e7b
1877 changed files with 2225 additions and 2225 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2015 JPEXS
* Copyright (C) 2010-2016 JPEXS
*
* 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
@@ -117,7 +117,7 @@ public class AboutDialog extends AppDialog {
authorLabel.setHorizontalAlignment(SwingConstants.CENTER);
cp.add(authorLabel);
JLabel dateLabel = new JLabel("2010-2015");
JLabel dateLabel = new JLabel("2010-2016");
dateLabel.setAlignmentX(0.5f);
//dateLabel.setPreferredSize(new Dimension(300, 10));
dateLabel.setHorizontalAlignment(SwingConstants.CENTER);