Files
tustu/app/bc/ThreadExtensionInBcPackage.java
2026-01-11 20:30:56 +00:00

44 lines
1.1 KiB
Java

package bc;
import java.awt.Color;
import java.util.logging.Level;
import java.util.logging.Logger;
class ThreadExtensionInBcPackage extends Thread {
boolean a = true;
c(a parama) {
super("LoaderOption Blink");
setDaemon(true);
}
public synchronized void run() {
while (this.a) {
Color color = this.b.c.getBackground();
this.b.c.setBackground(Color.YELLOW);
try {
wait(500L);
} catch (InterruptedException interruptedException) {
Logger.getLogger(c.class.getName()).log(Level.SEVERE, (String)null, interruptedException);
}
this.b.c.setBackground(color);
try {
if (this.a)
wait(800L);
} catch (InterruptedException interruptedException) {
Logger.getLogger(a.class.getName()).log(Level.SEVERE, (String)null, interruptedException);
}
}
}
public synchronized void a() {
this.a = false;
notify();
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bc/c.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/