* @param toolkit
*/
public void paintBorder(Component component_,
int graphics_, int x_, int y_, int width_, int height_, Toolkit toolkit) {
Color background = component_.getBackground();
if (_lineColor == null)
_lineColor = component_.getForeground();
int curses_colorpair = Color.getCursesColor(_lineColor, background);