From 886ef3089d927f4b2bd793cb918572f2f748252f Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Sat, 29 Jun 2024 01:09:17 -0500 Subject: [PATCH] stuff --- src/Rowlf.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Rowlf.java b/src/Rowlf.java index b2a7c36..2cde92d 100644 --- a/src/Rowlf.java +++ b/src/Rowlf.java @@ -47,12 +47,13 @@ public class Rowlf { picLabel.setIcon(new ImageIcon(logo));picLabel.setText(""); informationText.getDocument().putProperty("filterNewlines", Boolean.FALSE); - informationText.setText("Created by bonkmaykr\n" + - "a.k.a. \"Downforce Agent\"\n" + + informationText.setHorizontalAlignment(JTextField.CENTER); + informationText.setText("Created by bonkmaykr, a.k.a. \"Downforce Agent\"\n" + "\n" + "Special thanks to:\n" + - "ThatOneBonk, for almost beating me to it\n" + - "Wirlaburla, for web hosting and code help\n" + + "ThatOneBonk, for Thallium and for modding help\n" + + "Wirlaburla, for web hosting and being awesome\n" + + "Psygnosis, for making our favorite game ever\n" + "and to all the PSVita hackers who made this possible"); informationText.setHighlighter(null); informationText.getCaret().setVisible(false);