/* Get the absolute origin of this component.
*/
Point origin = getLocationOnScreen();
Insets insets = super.getInsets();
origin.translate(insets.left, insets.right);
int colorpair = getCursesColor();
toolkit.setCursor(origin);
String selectedItem = (String) _model.getSelectedItem();
StringBuffer buf = new StringBuffer();