Commit a6142d98 authored by Claes Sjofors's avatar Claes Sjofors

Java: function setTextColor was missing in GeTextField

parent 1e994c75
......@@ -164,6 +164,7 @@ public class GeTextField extends JTextField implements GeComponentIfc,
public void setShadow( int shadow) {}
public void tsetBorderColor( int borderColor) {}
public void tsetTextColor( int borderColor) {}
public void setTextColor( int borderColor) {}
public void setColorInverse( int colorInverse) {}
public void resetFillColor() {
fillColor = originalFillColor;
......
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