mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-30 16:45:40 +00:00
22 lines
563 B
Java
22 lines
563 B
Java
package com.efiAnalytics.dialogs;
|
|
|
|
import com.efiAnalytics.ui.do;
|
|
import java.awt.event.FocusEvent;
|
|
import java.awt.event.FocusListener;
|
|
|
|
class f implements FocusListener {
|
|
f(e parame) {}
|
|
|
|
public void focusGained(FocusEvent paramFocusEvent) {
|
|
do do = (do)paramFocusEvent.getSource();
|
|
do.selectAll();
|
|
}
|
|
|
|
public void focusLost(FocusEvent paramFocusEvent) {}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/dialogs/f.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |