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

22 lines
514 B
Java

package bs;
import java.awt.KeyEventDispatcher;
import java.awt.event.KeyEvent;
class KeyEventDispatcherImplDispatchkeyevent implements KeyEventDispatcher {
j(f paramf) {}
public boolean dispatchKeyEvent(KeyEvent paramKeyEvent) {
if (paramKeyEvent.getKeyCode() == 27) {
this.a.d();
return true;
}
return false;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bs/j.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/