mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-20 05:26:30 +02:00
Change text
This commit is contained in:
parent
ecbf0b9eba
commit
afd8e85754
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user