Merge pull request #5310 from jkho/5620-config-panel,-Next-button-isn't-enabled-when-first-opening-dialog

5620 config panel, next button isn't enabled when first opening dialog
This commit is contained in:
Richard Cordovano 2019-10-03 13:17:49 -04:00 committed by GitHub
commit 882e10c60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,8 +70,8 @@ final class ConfigVisualPanel1 extends JPanel {
ConfigVisualPanel1() {
initComponents();
configFileTextField.getDocument().addDocumentListener(new MyDocumentListener(this));
refreshDriveList();
SwingUtilities.invokeLater(() -> {
refreshDriveList();
updateControls();
});
}