Ejemplo n.º 1
0
  /** Creates the drawing component. */
  protected SVGDrawingPanel createDrawingComponent() {
    SVGDrawingPanel p = new SVGDrawingPanel();
    p.setEditor(new DefaultDrawingEditor());

    return p;
  }