adding SwingJS notes for JAR file source in srcjar/
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 14 Oct 2019 14:24:00 +0000 (10:24 -0400)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 14 Oct 2019 14:24:00 +0000 (10:24 -0400)
srcjar/fr/README_SWINGJS.txt
srcjar/intervalstore/README_SWINGJS.txt [new file with mode: 0644]
srcjar/net/miginfocom/README_SWINGJS.txt

index 95b1753..0cb1348 100644 (file)
@@ -1,3 +1,10 @@
 BH 2019.05.15
 
-Note that this version of VARNA is from VARNA-BH
+Note that this version of VARNA is from https://github.com/BobHanson/VARNA
+
+BH 2019.10.14
+
+Code is from https://github.com/BobHanson/VARNA and DOES have
+changes specific to SwingJS involving dialogs and file loading.
+
+The Varna jar file CANNOT be used directly via decompilation.
diff --git a/srcjar/intervalstore/README_SWINGJS.txt b/srcjar/intervalstore/README_SWINGJS.txt
new file mode 100644 (file)
index 0000000..243ad43
--- /dev/null
@@ -0,0 +1,5 @@
+BH 2019.10.14
+
+This directory contains all source in intervalstore-vx.x.jar.
+No changes are necessary for Jalview (meaning we could use 
+the jar file directly for SwingJS with automated decompilation).
\ No newline at end of file
index cec8076..793363e 100644 (file)
@@ -8,3 +8,9 @@ Status
 7/3/2018
 
 no changes necessary
+
+BH 2019.10.14 note:
+
+This directory contains all source in miglayout-4.0-swing.jar.
+No changes are necessary for Jalview (meaning we could use 
+the jar file directly for SwingJS with automated decompilation).