Licence
---------
Grummfy <grummfy - at - gmail.com> http://grummfy.be
September 2009
GNU LGPL v2

Running
-------
- Go inside the dir
- java DragTableExample
or
- java -jar DragTableExample.jar
- enyoj

Compile it
----------
- Go inside the dir
- javaC DragTableExample.java
- test : java DragTableExample
- enyoj

Making the jar
--------------
- Go inside the dir
- jar cfmv DragTableExample.jar MANIFEST.MF DragTableExample.class DragTableExample\$1.class DragTableExample\$MyTransferHandler.class JTableRowTransferable.class MyDefTableModel.class
- enyoj
