mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-02 01:25:52 +00:00
22 lines
504 B
Java
22 lines
504 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.awt.event.FocusEvent;
|
|
import java.awt.event.FocusListener;
|
|
|
|
class g implements FocusListener {
|
|
g(e parame) {}
|
|
|
|
public void focusGained(FocusEvent paramFocusEvent) {
|
|
this.a.repaint();
|
|
}
|
|
|
|
public void focusLost(FocusEvent paramFocusEvent) {
|
|
this.a.repaint();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/g.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |