Draw2d outside Eclipse

You are looking for a 2D library on top of SWT ??

The GEF project comes with a graphical library called Draw2d. This library can be used in any SWT application. Of course such applications are Eclipse’plug-ins but you can also use Draw2d in a standalone Java application with an SWT UI.

When dowloading the GEF plug-ins you get an eclipse plug-in called: org.eclipse.draw2d. This plug-in is in fact a “classical” jar without any Eclipse’s extension and can be used in any java application as a “classical” jar.

Here is a link to an Eclipse article introducing Draw2d.

4 Responses to “Draw2d outside Eclipse”

  1. Anthony Hunter Says:

    In the Genymede release, you can get draw2d as a separate download.

  2. Manuel Says:

    Hi Anthony,

    Are you just speaking about the way to get draw2d through the Eclipse download site or also speaking of the way to use it in a standalone way ?

    Manu

  3. Anthony Hunter Says:

    Yes, speaking about the way to get draw2d through the Eclipse download site. There is now a draw2d feature, you do not need to download the GEF part if you do not need it.

  4. Manuel Says:

    Great news !!! It will be useful for us ;o) !!!

    Manu

Leave a Reply