fredsa / gwt-dnd

Library providing easy to use mouse or touch based drag-and-drop capabilities to GWT
42 stars 41 forks source link

How to use Gwt-dnd with netbeans? #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How to use Gwt-dnd with netbeans?
Thanks

Original issue reported on code.google.com by goodhes...@gmail.com on 11 Apr 2008 at 8:46

GoogleCodeExporter commented 9 years ago
Please post your questions here:
  http://groups.google.com/group/gwt-dnd

Also, what are you trying to do? Just include gwt-dnd-x.x.x.jar in your project 
so
that you can use drag and drop in your own GWT application?

If so, simply include the jar file in your IDE/project classpath (so that 
Netbeans
can find the *.class files), and in the runtime/launch classpath (so that the 
GWT
shell/compiler can find the *.java source files!).

Original comment by fredsa on 12 Apr 2008 at 6:00