mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-27 15:15:30 +00:00
16 lines
407 B
Java
16 lines
407 B
Java
package com.efiAnalytics.ui;
|
|
|
|
class GridSelectionFocusRunnable implements Runnable {
|
|
GridSelectionFocusRunnable(GridSelectionWindow paramfc) {}
|
|
|
|
public void run() {
|
|
this.a.requestFocus();
|
|
this.a.toFront();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/fe.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |