mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-01 17:15:20 +00:00
21 lines
514 B
Java
21 lines
514 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.awt.event.KeyAdapter;
|
|
import java.awt.event.KeyEvent;
|
|
|
|
class ft extends KeyAdapter {
|
|
ft(fs paramfs) {}
|
|
|
|
public void keyTyped(KeyEvent paramKeyEvent) {
|
|
if (paramKeyEvent.getKeyChar() == '\033')
|
|
this.a.b();
|
|
if (paramKeyEvent.getKeyChar() == '\n')
|
|
this.a.c();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/ft.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |