mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-02 01:25:52 +00:00
22 lines
518 B
Java
22 lines
518 B
Java
package be;
|
|
|
|
import java.awt.Component;
|
|
import javax.swing.JPanel;
|
|
|
|
class JPanelExtensionGetbaseline extends JPanel {
|
|
W(T paramT) {}
|
|
|
|
public Component.BaselineResizeBehavior getBaselineResizeBehavior() {
|
|
return Component.BaselineResizeBehavior.CONSTANT_ASCENT;
|
|
}
|
|
|
|
public int getBaseline(int paramInt1, int paramInt2) {
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/be/W.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |