Files
tustu/app/com/efiAnalytics/ui/fI.java
2026-01-11 02:40:11 +00:00

35 lines
758 B
Java

package com.efiAnalytics.ui;
import java.util.logging.Level;
import java.util.logging.Logger;
public class fI extends Thread {
boolean a = true;
fI(fH paramfH) {
super("WaitBar");
setDaemon(true);
}
public void a() {
this.a = false;
}
public void run() {
while (this.a) {
try {
Thread.sleep(25L);
} catch (InterruptedException interruptedException) {
Logger.getLogger(fH.class.getName()).log(Level.SEVERE, (String)null, interruptedException);
}
this.b.c += 4;
this.b.repaint();
}
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/fI.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/