Files
tustu/app/bF/DefaultCellEditorExtension.java
johndoe6345789 a17fd820b6 Add script to fix misnamed constructors in Java files
This commit introduces a new Python script, `fix_constructors_v2.py`, which automates the process of correcting constructor names in Java files based on Gradle error outputs. The script scans specified Java files, identifies constructors that do not match their class names, and updates them accordingly. It handles various edge cases, ensuring that only relevant constructors are modified. The script also provides feedback on the changes made during execution.
2026-01-11 20:45:07 +00:00

44 lines
1.1 KiB
Java

package bF;
import bH.X;
import com.efiAnalytics.ui.NumericTextField;
import java.util.EventObject;
import javax.swing.DefaultCellEditor;
import javax.swing.JTextField;
class DefaultCellEditorExtension extends DefaultCellEditor {
private int b = 0;
DefaultCellEditorExtension(D paramD) {
super((JTextField)new NumericTextField());
do do = (do)getComponent();
do.setFont(paramD.getFont());
do.setHorizontalAlignment(0);
do.addKeyListener(new M(this, paramD));
}
public boolean shouldSelectCell(EventObject paramEventObject) {
boolean bool = super.shouldSelectCell(paramEventObject);
if (bool)
a();
return bool;
}
public void a() {
do do = (do)getComponent();
y y = (y)this.a.getModel();
int i = y.a(this.b, this.b).c();
do.setText(X.b(do.getText(), i));
do.selectAll();
}
public void a(int paramInt) {
this.b = paramInt;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bF/L.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/