mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
27 lines
637 B
Java
27 lines
637 B
Java
package aP;
|
|
|
|
import java.util.logging.Level;
|
|
import java.util.logging.Logger;
|
|
|
|
class ApComponentDw extends Thread {
|
|
dw(dl paramdl) {
|
|
super("MainFrameDelayValidate");
|
|
setDaemon(true);
|
|
}
|
|
|
|
public void run() {
|
|
try {
|
|
Thread.sleep(400L);
|
|
} catch (InterruptedException interruptedException) {
|
|
Logger.getLogger(dl.class.getName()).log(Level.SEVERE, (String)null, interruptedException);
|
|
}
|
|
this.a.validate();
|
|
this.a.doLayout();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aP/dw.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |