Browse Source

Abgabe

Jens
Jens Schuhmann 1 year ago
parent
commit
b3d25ed538
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/mvcgrafik/controller/GrafikController.java

+ 4
- 4
src/mvcgrafik/controller/GrafikController.java View File

@@ -50,9 +50,9 @@ public class GrafikController extends MouseAdapter implements MouseMotionListene
public void mouseReleased(MouseEvent evt)
{
model.endShape();
if (evt.getButton() == MouseEvent.BUTTON3)
{
view.doPrint();
}
// if (evt.getButton() == MouseEvent.BUTTON3)
// {
// view.doPrint();
// }
}
}

Loading…
Cancel
Save