This commit is contained in:
Downforce Agent 2024-06-29 01:09:17 -05:00
parent 28d710a815
commit 886ef3089d

View File

@ -47,12 +47,13 @@ public class Rowlf {
picLabel.setIcon(new ImageIcon(logo));picLabel.setText(""); picLabel.setIcon(new ImageIcon(logo));picLabel.setText("");
informationText.getDocument().putProperty("filterNewlines", Boolean.FALSE); informationText.getDocument().putProperty("filterNewlines", Boolean.FALSE);
informationText.setText("Created by bonkmaykr\n" + informationText.setHorizontalAlignment(JTextField.CENTER);
"a.k.a. \"Downforce Agent\"\n" + informationText.setText("Created by bonkmaykr, a.k.a. \"Downforce Agent\"\n" +
"\n" + "\n" +
"Special thanks to:\n" + "Special thanks to:\n" +
"ThatOneBonk, for almost beating me to it\n" + "ThatOneBonk, for Thallium and for modding help\n" +
"Wirlaburla, for web hosting and code 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"); "and to all the PSVita hackers who made this possible");
informationText.setHighlighter(null); informationText.setHighlighter(null);
informationText.getCaret().setVisible(false); informationText.getCaret().setVisible(false);