Skip to content
Snippets Groups Projects
Commit 03329da8 authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files

disable report button on start of check

parent 150e86ea
No related branches found
No related tags found
No related merge requests found
Pipeline #12248 passed
...@@ -85,6 +85,7 @@ public class GUI { ...@@ -85,6 +85,7 @@ public class GUI {
}; };
checkButton.addActionListener(actionEvent -> { checkButton.addActionListener(actionEvent -> {
checkButton.setEnabled(false); checkButton.setEnabled(false);
reportButton.setEnabled(false);
updateButton.setEnabled(false); updateButton.setEnabled(false);
// Do the checking // Do the checking
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment