So with this it would be perfect
public Bar(String refText, String unitType, int initValue, int maxValue, int barw, int barh)
{
referenceText = refText;
unitOfMeasure = unitType;
maximumValue = maxValue;
barWidth = barw;
barHeight = barh;
add(initValue);
}
Recent Comments | Show All
2012/7/5
Progress bar/Health bar class
2012/7/5
Progress bar/Health bar class