This commit is contained in:
Eugene Livis 2019-09-20 14:54:48 -04:00
parent 5f3c373ace
commit ba4e832695

View File

@ -80,8 +80,10 @@ class ReportWizardFileOptionsVisualPanel extends javax.swing.JPanel {
optionsList.setCellRenderer(new OptionsListRenderer());
optionsList.setVisibleRowCount(-1);
selectAllButton.setEnabled(true);
deselectAllButton.setEnabled(false);
selectAllButton.setEnabled(false);
deselectAllButton.setEnabled(true);
wizPanel.setFinish(true);
// Add the ability to enable and disable Tag checkboxes to the list
optionsList.addMouseListener(new MouseAdapter() {