super.draw(toolkit);
/* Get the absolute origin of this component.
*/
Point origin = getLocationOnScreen();
Insets insets = super.getInsets();
origin.translate(insets.left, insets.top);
int colorpair = getCursesColor();
int offset = ((_value - _minimum) * _width) / _maximum;