mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 04:35:44 +00:00
copyright year updated
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user