mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
33 lines
781 B
Java
33 lines
781 B
Java
package bc;
|
|
|
|
import com.efiAnalytics.ui.eJ;
|
|
import java.awt.Dimension;
|
|
import javax.swing.JLabel;
|
|
|
|
class JLabelExtensionGetpreferredsize extends JLabel {
|
|
int a = eJ.a(90);
|
|
|
|
f(a parama, String paramString) {
|
|
super(paramString, 4);
|
|
}
|
|
|
|
public Dimension getPreferredSize() {
|
|
Dimension dimension = super.getPreferredSize();
|
|
if (dimension.width < this.a)
|
|
dimension.width = this.a;
|
|
return dimension;
|
|
}
|
|
|
|
public Dimension getMinimumSize() {
|
|
Dimension dimension = super.getMinimumSize();
|
|
if (dimension.width < this.a)
|
|
dimension.width = this.a;
|
|
return dimension;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bc/f.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |