mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 08:57:26 +00:00
Update years in about dialog
This commit is contained in:
@@ -118,7 +118,7 @@ public class AboutDialog extends AppDialog {
|
||||
authorLabel.setHorizontalAlignment(SwingConstants.CENTER);
|
||||
cp.add(authorLabel);
|
||||
|
||||
JLabel dateLabel = new JLabel("2010-2024");
|
||||
JLabel dateLabel = new JLabel("2010-2025");
|
||||
dateLabel.setAlignmentX(0.5f);
|
||||
//dateLabel.setPreferredSize(new Dimension(300, 10));
|
||||
dateLabel.setHorizontalAlignment(SwingConstants.CENTER);
|
||||
|
||||
Reference in New Issue
Block a user