From: Gabriele Giacone <1o5g4r8o@gmail.com>
Subject: Compile against Debian libtablelayout-java
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/main/java/jas/hist/JASHistPropertyDialog.java
+++ b/src/main/java/jas/hist/JASHistPropertyDialog.java
@@ -46,7 +46,7 @@ import javax.swing.event.ChangeEvent;
 import javax.swing.event.ChangeListener;
 import javax.swing.event.ListSelectionEvent;
 import javax.swing.event.ListSelectionListener;
-import tablelayout.TableLayout;
+import org.debian.tablelayout.TableLayout;
 
 
 public final class JASHistPropertyDialog extends PropertyDialog
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,10 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.debian</groupId>
+            <artifactId>tablelayout</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
