mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 15:56:10 +00:00
year changed to 2018 in about dialog
This commit is contained in:
@@ -117,7 +117,7 @@ public class AboutDialog extends AppDialog {
|
||||
authorLabel.setHorizontalAlignment(SwingConstants.CENTER);
|
||||
cp.add(authorLabel);
|
||||
|
||||
JLabel dateLabel = new JLabel("2010-2016");
|
||||
JLabel dateLabel = new JLabel("2010-2018");
|
||||
dateLabel.setAlignmentX(0.5f);
|
||||
//dateLabel.setPreferredSize(new Dimension(300, 10));
|
||||
dateLabel.setHorizontalAlignment(SwingConstants.CENTER);
|
||||
|
||||
Reference in New Issue
Block a user