예제 #1
0
파일: MyCanvas.java 프로젝트: eserte/bbbike
 public void createLine(Vector coords) {
   createLine(coords, new CanvasProp());
 }