document2.add(a7);
Annotation a8 = new Annotation( 100f, 250f, 200f, 350f,
"C://windows/notepad.exe", null, null, null);
document2.add(a8);
// draw rectangles to show where the annotations were added
cb2.rectangle(100, 700, 100, 100);
cb2.rectangle(100, 550, 100, 100);
cb2.rectangle(100, 400, 100, 100);
cb2.rectangle(100, 250, 100, 100);
cb2.stroke();
} catch (Exception de) {