using a Graphics object is there a way to paint just one pixel? if not then would you recommed drawing a fillRect (x,y,1,1) or fillOval (x,y,1,1) ?