this.settings = settings;
setBorder(new EmptyBorder(5, 5, 5, 5));
installBrowseBtn = new JButton("...");
installBrowseBtn.setBounds(786, 11, 49, 28);
installBrowseBtn.addActionListener(new ChooseDir(this));
setLayout(null);
add(installBrowseBtn);
lblInstallFolder = new JLabel(I18N.getLocaleString("INSTALL_FOLDER"));
lblInstallFolder.setBounds(10, 11, 127, 28);