textBox.setLineWrap(true);
textBox.setCaretColor(null);
textBox.setForeground(Color.black);
textBox.setMargin(new Insets(5, 5, 5, 0));
textBox.setEditable(false);
DefaultCaret caret = (DefaultCaret) textBox.getCaret();
caret.setUpdatePolicy(DefaultCaret.ALWAYS_UPDATE);
buttonLaunch.setSize(212, 40);
buttonLaunch.setLocation(30, 410);
buttonLaunch.setHorizontalTextPosition(JLabel.CENTER);
buttonLaunch.setText("Launch Minecraft");