Pen
Pen p = new Pen(Brushes.White, 40);
test text
for
for(int i=0;i<5;i++) g.drawLine(0,20+i*80,600,20+i*80);
We can start and end lines outside the confines of the surface.
Pen nb = new Pen(Brushes.Black,100);