recompiled libs; JSONException fixed, JSlider, JSpinner
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 22 Jan 2019 05:41:01 +0000 (23:41 -0600)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 22 Jan 2019 05:41:01 +0000 (23:41 -0600)
build-libjs.xml
libjs/MiGLayout-site.zip
libjs/VARNA-site.zip
libjs/json-site.zip
srcjar/javajs/util/JSONException.java
swingjs/SwingJS-site.zip
swingjs/timestamp
swingjs/ver/3.2.4/SwingJS-site.zip
swingjs/ver/3.2.4/timestamp

index 7dede70..2997c12 100644 (file)
@@ -8,7 +8,6 @@
 
        <!-- inputs directories -->
     <property name="resource.dir" value="resources" />         
-       <property name="libjs.dir" value="libjs"/>
     <property name="swingjs.dir" value="swingjs"/>
        <!-- output directories -->
        <property name="site.dir" value="site"/>
index 4193638..85c19f3 100644 (file)
Binary files a/libjs/MiGLayout-site.zip and b/libjs/MiGLayout-site.zip differ
index 95688a6..cf1c44c 100644 (file)
Binary files a/libjs/VARNA-site.zip and b/libjs/VARNA-site.zip differ
index 8caaa27..ca91d34 100644 (file)
Binary files a/libjs/json-site.zip and b/libjs/json-site.zip differ
index 58af722..84d12fd 100644 (file)
@@ -4,5 +4,15 @@ public class JSONException extends RuntimeException {
     public JSONException(String message) {
         super(message);
     }
+    
+    public JSONException(Throwable cause) {
+        super(cause.getMessage());
+        this.cause = cause;
+    }
+
+    public Throwable getCause() {
+        return this.cause;
+    }
+}
 
 }
index f8ffa4a..fbe828a 100644 (file)
Binary files a/swingjs/SwingJS-site.zip and b/swingjs/SwingJS-site.zip differ
index 9fae324..7b59b84 100644 (file)
@@ -1 +1 @@
-20190121000416 
+20190121215259 
index f8ffa4a..fbe828a 100644 (file)
Binary files a/swingjs/ver/3.2.4/SwingJS-site.zip and b/swingjs/ver/3.2.4/SwingJS-site.zip differ
index 9fae324..7b59b84 100644 (file)
@@ -1 +1 @@
-20190121000416 
+20190121215259