Change text

This commit is contained in:
comp500 2019-08-10 19:30:39 +01:00
parent ecbf0b9eba
commit afd8e85754

View File

@ -33,6 +33,7 @@ public class InstallWindow implements IUserInterface {
/** /**
* Initialize the contents of the frame. * Initialize the contents of the frame.
* @wbp.parser.entryPoint
*/ */
private void initialize() { private void initialize() {
frmPackwizlauncher = new JFrame(); frmPackwizlauncher = new JFrame();
@ -59,7 +60,7 @@ public class InstallWindow implements IUserInterface {
GridBagLayout gbl_panel_1 = new GridBagLayout(); GridBagLayout gbl_panel_1 = new GridBagLayout();
panel_1.setLayout(gbl_panel_1); panel_1.setLayout(gbl_panel_1);
JButton btnOptions = new JButton("Options..."); JButton btnOptions = new JButton("Configure...");
btnOptions.setAlignmentX(Component.CENTER_ALIGNMENT); btnOptions.setAlignmentX(Component.CENTER_ALIGNMENT);
GridBagConstraints gbc_btnOptions = new GridBagConstraints(); GridBagConstraints gbc_btnOptions = new GridBagConstraints();
gbc_btnOptions.gridx = 0; gbc_btnOptions.gridx = 0;