mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 22:55:02 +00:00
stuff
This commit is contained in:
26
app/t/TInterfaceAw.java
Normal file
26
app/t/TInterfaceAw.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package t;
|
||||
|
||||
import V.ExceptionInVPackage;
|
||||
import java.awt.event.KeyAdapter;
|
||||
import java.awt.event.KeyEvent;
|
||||
import javax.swing.JTextField;
|
||||
|
||||
class TInterfaceAw extends KeyAdapter {
|
||||
aW(aO paramaO) {}
|
||||
|
||||
public void keyReleased(KeyEvent paramKeyEvent) {
|
||||
JTextField jTextField = (JTextField)paramKeyEvent.getSource();
|
||||
if (jTextField.getText().equals(""))
|
||||
return;
|
||||
try {
|
||||
String str = jTextField.getText();
|
||||
this.ExceptionInVPackage.c().k(str);
|
||||
} catch (ExceptionInVPackage ExceptionInVPackage) {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/t/aW.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user