It appears that awt_Graphics.cpp's FillRect routine selects NULL_PEN into the wrong device context (!)
The use of Rectangle in this function will produce sub-optimal performance anyway... FillRect is the correct GDI function (ironically...)
The use of Rectangle in this function will produce sub-optimal performance anyway... FillRect is the correct GDI function (ironically...)