mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 21:55:12 +00:00
23 lines
607 B
Java
23 lines
607 B
Java
package aP;
|
|
|
|
import java.awt.event.KeyAdapter;
|
|
import java.awt.event.KeyEvent;
|
|
|
|
class KeyAdapterExtensionKeytyped extends KeyAdapter {
|
|
aP(aO paramaO, aM paramaM) {}
|
|
|
|
public void keyTyped(KeyEvent paramKeyEvent) {
|
|
try {
|
|
String str = this.b.a.getText() + paramKeyEvent.getKeyChar();
|
|
double d = Double.parseDouble(str);
|
|
} catch (NumberFormatException numberFormatException) {
|
|
paramKeyEvent.consume();
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aP/aP.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |