Commit 57a6248b authored by claes's avatar claes

setShadow function was missing

parent 1ba65fd7
......@@ -140,6 +140,7 @@ public class GeTextField extends JTextField implements GeComponentIfc,
colorShift, colorIntensity, colorBrightness, colorInverse, GeColor.NO_COLOR);
setBackground( normalColor);
}
public void setShadow( int shadow) {}
public void tsetBorderColor( int borderColor) {}
public void tsetTextColor( int borderColor) {}
public void setColorInverse( int colorInverse) {}
......
......@@ -140,6 +140,7 @@ public class GeTextField extends JTextField implements GeComponentIfc,
colorShift, colorIntensity, colorBrightness, colorInverse, GeColor.NO_COLOR);
setBackground( normalColor);
}
public void setShadow( int shadow) {}
public void tsetBorderColor( int borderColor) {}
public void tsetTextColor( int borderColor) {}
public void setColorInverse( int colorInverse) {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment