Update User Panels

This commit is contained in:
gac-x11ma
2020-12-01 10:10:53 +01:00
parent c2a09ffcdd
commit 13352381ed
28 changed files with 2438 additions and 1935 deletions

View File

@@ -400,7 +400,7 @@ public class DelayScanBase extends Panel {
try {
abort();
} catch (InterruptedException ex) {
Logger.getLogger(DelayScan.class.getName()).log(Level.SEVERE, null, ex);
getLogger().log(Level.SEVERE, null, ex);
}
}//GEN-LAST:event_buttonAbortActionPerformed