mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
18 lines
468 B
Java
18 lines
468 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import javax.swing.InputVerifier;
|
|
import javax.swing.JComponent;
|
|
|
|
class BinTableInputVerifier extends InputVerifier {
|
|
BinTableInputVerifier(BinTableView paramBinTableView) {}
|
|
|
|
public boolean verify(JComponent paramJComponent) {
|
|
return true;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/aI.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |