#BlueJ class context comment0.target=class\ DotFrame3 comment1.params= comment1.target=DotFrame3() comment2.params=e comment2.target=void\ mouseClicked(MouseEvent) comment3.params=x\ y comment3.target=void\ drawDot(int,int) comment4.params=g comment4.target=void\ paint(Graphics) comment4.text=public\ void\ paint(Graphics\ g){\ng.setColor(java.awt.Color.RED);\nfor(Point\ p\:\ myDots)\ng.fillOval(p.x-5,\ p.y-5,10,10);\n}\n\n comment5.target=myDots numComments=6