mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-01 17:15:20 +00:00
20 lines
513 B
Java
20 lines
513 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.awt.event.WindowEvent;
|
|
import java.awt.event.WindowFocusListener;
|
|
|
|
class fd implements WindowFocusListener {
|
|
fd(fc paramfc) {}
|
|
|
|
public void windowGainedFocus(WindowEvent paramWindowEvent) {}
|
|
|
|
public void windowLostFocus(WindowEvent paramWindowEvent) {
|
|
this.a.dispose();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/fd.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |