Skip to content

Combine grouped GUI elements on/off under single control #23

@ongzexuan

Description

@ongzexuan

in LoginListener, actionPerformed, try

comboBox.setEnabled(true);
btnSelectFolder.setEnabled(true);
btnSelectFiles.setEnabled(true);

Combine all under another method to not lose track of important elements

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions