mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
22 lines
488 B
Java
22 lines
488 B
Java
package aP;
|
|
|
|
import java.awt.event.WindowAdapter;
|
|
import java.awt.event.WindowEvent;
|
|
|
|
class WindowAdapterExtension extends WindowAdapter {
|
|
hs a;
|
|
|
|
public WindowAdapterExtension(hs paramhs1, hs paramhs2) {
|
|
this.a = paramhs2;
|
|
}
|
|
|
|
public void windowClosing(WindowEvent paramWindowEvent) {
|
|
hs.e(this.a);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aP/hx.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |